https://github.com/skybrud/skybrud.imagepicker
Extended image picker for various versions of Umbraco.
https://github.com/skybrud/skybrud.imagepicker
csharp dotnet grid-editor image-picker limbo skybrud umbraco umbraco-package umbraco-v7
Last synced: 7 months ago
JSON representation
Extended image picker for various versions of Umbraco.
- Host: GitHub
- URL: https://github.com/skybrud/skybrud.imagepicker
- Owner: skybrud
- License: mit
- Created: 2016-02-15T11:40:18.000Z (about 10 years ago)
- Default Branch: v3/main
- Last Pushed: 2024-03-02T23:22:28.000Z (about 2 years ago)
- Last Synced: 2025-08-01T02:05:01.857Z (8 months ago)
- Topics: csharp, dotnet, grid-editor, image-picker, limbo, skybrud, umbraco, umbraco-package, umbraco-v7
- Language: C#
- Homepage:
- Size: 4.23 MB
- Stars: 9
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skybrud Image Picker [](LICENSE.md) [](https://www.nuget.org/packages/Skybrud.ImagePicker/3.0.0-alpha001) [](https://www.nuget.org/packages/Skybrud.ImagePicker) [](https://our.umbraco.com/packages/backoffice-extensions/skybrud-image-picker/)
**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][NuGetPackage]. 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**](https://github.com/skybrud/Skybrud.ImagePicker/tree/v2/main) branch instead.
**Umbraco 7**
For the Umbraco 7 version of this package, see the [**v1/main**](https://github.com/skybrud/Skybrud.ImagePicker/tree/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 ;)
[NuGetPackage]: https://www.nuget.org/packages/Skybrud.ImagePicker
[UmbracoPackage]: https://our.umbraco.com/packages/backoffice-extensions/skybrud-image-picker/
[GitHubRelease]: https://github.com/skybrud/Skybrud.ImagePicker/releases