Wholething.FallbackImagePickerProperty 1.0.9

dotnet add package Wholething.FallbackImagePickerProperty --version 1.0.9
NuGet\Install-Package Wholething.FallbackImagePickerProperty -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Wholething.FallbackImagePickerProperty" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wholething.FallbackImagePickerProperty --version 1.0.9
#r "nuget: Wholething.FallbackImagePickerProperty, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

fallback-image-2

As an editor, users will see the default image and optionally be able to override the image.

fallback-image-1b fallback-image-1a

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 1,680 12/1/2021
0.2.14 980 9/9/2021
0.1.9 337 2/3/2021
0.1.5 320 1/27/2021

- Added property reference as an alternative to a fixed fallback image.
- Package now supports Umbraco 8 and 9 via multi-targeting.