limbo-works / Limbo.Umbraco.MediaPicker

Extended media picker for Umbraco 10+.

Home Page:https://packages.limbo.works/limbo.umbraco.mediapicker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limbo Media Picker

GitHub license NuGet NuGet Our Umbraco Umbraco Marketplace

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

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



Installation

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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.MediaPicker -Version 1.0.2

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.

  • Allows selecting a value type on the data type, in which case this type is used instead of Umbraco's MediaWithCrops model.



Documentation

About

Extended media picker for Umbraco 10+.

https://packages.limbo.works/limbo.umbraco.mediapicker/

License:MIT License


Languages

Language:C# 89.4%Language:HTML 4.8%Language:JavaScript 4.1%Language:Less 0.6%Language:CSS 0.6%Language:Batchfile 0.4%