Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 2.42 KB

README.md

File metadata and controls

83 lines (45 loc) · 2.42 KB

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 13
Target Framework: .NET 8



Installation

Umbraco 13

The latest version of 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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 13.0.0

Umbraco 10, 11 and 12

See the v1.x branch.

Umbraco 7 and 8

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