Wholething.FallbackImagePickerProperty 0.1.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Wholething.FallbackImagePickerProperty --version 0.1.9
NuGet\Install-Package Wholething.FallbackImagePickerProperty -Version 0.1.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="0.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wholething.FallbackImagePickerProperty --version 0.1.9
#r "nuget: Wholething.FallbackImagePickerProperty, 0.1.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=0.1.9

// Install Wholething.FallbackImagePickerProperty as a Cake Tool
#tool nuget:?package=Wholething.FallbackImagePickerProperty&version=0.1.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

There are no supported framework assets in this 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,682 12/1/2021
0.2.14 981 9/9/2021
0.1.9 338 2/3/2021
0.1.5 321 1/27/2021

- Moved editor to "Media" group and updated icon.
     - Added config option for specifying fallback image by node property instead of a fixed media node.