Skip to content

limbo-works/Limbo.Umbraco.MediaPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limbo Media Picker

GitHub license NuGet NuGet Our Umbraco Umbraco Marketplace

Limbo.Umbraco.MediaPicker is a package for Umbraco with property editors extending Umbraco's default media picker.

License: MIT License
Umbraco: Umbraco 10, 11 and 12
Target Framework: .NET 6



Installation

The package targets Umbraco 13 and is available via NuGet. To install the package, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.MediaPicker --version 13.0.0-beta002

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 13.0.0-beta002

For older versions of Umbraco, see our older Skybrud.ImagePicker package.



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.



Documentation