Limbo.Umbraco.ImagePicker is a package for Umbraco 10 with property editors extending Umbraco's default media pickers.
The package targets Umbraco 10 and is available via NuGet. To install the package, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.MediaPicker --version 1.0.0-alpha001
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.MediaPicker -Version 1.0.0-alpha001
For older versions of Umbraco, see our older Skybrud.ImagePicker package.
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.