Skybrud.ImagePicker is a package for Umbraco 9 with property editors extending Umbraco's default media pickers.
The Umbraco 9 version of this package is only available via NuGet. To install the package, you can use either .NET CLI:
dotnet add package Skybrud.ImagePicker --version 3.0.0-alpha003
or the older NuGet Package Manager:
Install-Package Skybrud.ImagePicker -Version 3.0.0-alpha003
Umbraco 8
For the Umbraco 8 version of this package, see the v2/main branch instead.
Umbraco 7
For the Umbraco 7 version of this package, see the v1/main branch instead.
-
Allows selecting a type converter on the data type, in which case the type converter will be used for converting the selected items from Umbraco's
MediaWithCrops
to a desired type. -
Allows selecting a value type on the data type, in which case this type is used instead of Umbraco's
MediaWithCrops
model.
Coming soon ;)