Wholething.FallbackImagePickerProperty
1.0.9
dotnet add package Wholething.FallbackImagePickerProperty --version 1.0.9
NuGet\Install-Package Wholething.FallbackImagePickerProperty -Version 1.0.9
<PackageReference Include="Wholething.FallbackImagePickerProperty" Version="1.0.9" />
paket add Wholething.FallbackImagePickerProperty --version 1.0.9
#r "nuget: Wholething.FallbackImagePickerProperty, 1.0.9"
// Install Wholething.FallbackImagePickerProperty as a Cake Addin #addin nuget:?package=Wholething.FallbackImagePickerProperty&version=1.0.9 // Install Wholething.FallbackImagePickerProperty as a Cake Tool #tool nuget:?package=Wholething.FallbackImagePickerProperty&version=1.0.9
Wholething Image Picker with Fallback
FallbackImagePickerProperty is an Umbraco image picker that defines a fallback/default image that users can optionally override.
If you like this property editor you may also like Wholething.FallbackTextProperty.
Use-case
The use-case for this package is simple: editors often want the option to override images/values but it is unclear what the default value is. We feel it's a significant improvement in experience for editors to be able to see the default value before deciding to override it.
Team
This property editor is a collaboration between Harry Gordon and Wholething (Dean Leigh and Ault Nathanielsz).
Installation
You can find the package on NuGet: https://www.nuget.org/packages/Wholething.FallbackImagePickerProperty/
Configuration and editor experience
When you configure an "Image Picker with Fallback" you must specify a fallback image and, optionaly, a starting node.
As an editor, users will see the default image and optionally be able to override the image.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Handlebars.Net (>= 2.0.9)
- UmbracoCms.Web (>= 8.10.1 && < 9.0.0)
-
net5.0
- Handlebars.Net (>= 2.0.9)
- Umbraco.Cms.Web.BackOffice (>= 9.0.0-rc002)
- Umbraco.Cms.Web.Website (>= 9.0.0-rc002)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added property reference as an alternative to a fixed fallback image.
- Package now supports Umbraco 8 and 9 via multi-targeting.