Skip to content

skybrud/Skybrud.ImagePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skybrud Image Picker GitHub license NuGet NuGet Our Umbraco

Skybrud.ImagePicker is a package for Umbraco 9 with property editors extending Umbraco's default media pickers.

Installation

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.

Features

  • 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.

Documentation

Coming soon ;)