Date | 2020-11-18 (1,458 days ago) |
---|---|
Downloads | 312 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.7.2 |
Umbraco Versions | Umbraco 8 |
New alpha release for Umbraco 8 🎉
#installation
">Installation#changelog
">ChangelogAdded support for custom models (c19ffd1
)
By default, the property value will be returned as either ImagePickerImage
or IEnumerable<ImagePickerImage>
depending on the data type configuration. As of this release, an optional Model configuration option let's you specify a .NET type that will be used instead. The value, if specified, should be the assembly qualified name of the type.
Added support for selecting multiple images (see 9d12d04
)
The data type lets you configure to the picker to allow users to select multiple images. The internal property editor didn't follow this option, so the property would always only return a single item. With this release, a collection of images is now returned instead if the Pick multiple items option is selected.