skybrud / Skybrud.ImagePicker

Extended image picker for various versions of Umbraco.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ;)

About

Extended image picker for various versions of Umbraco.

License:MIT License


Languages

Language:C# 80.6%Language:JavaScript 6.2%Language:HTML 4.5%Language:Less 4.4%Language:CSS 3.8%Language:Batchfile 0.4%