Limbo.Umbraco.Boolean
3.0.1
Prefix Reserved
See the version list below for details.
dotnet add package Limbo.Umbraco.Boolean --version 3.0.1
NuGet\Install-Package Limbo.Umbraco.Boolean -Version 3.0.1
<PackageReference Include="Limbo.Umbraco.Boolean" Version="3.0.1" />
paket add Limbo.Umbraco.Boolean --version 3.0.1
#r "nuget: Limbo.Umbraco.Boolean, 3.0.1"
// Install Limbo.Umbraco.Boolean as a Cake Addin #addin nuget:?package=Limbo.Umbraco.Boolean&version=3.0.1 // Install Limbo.Umbraco.Boolean as a Cake Tool #tool nuget:?package=Limbo.Umbraco.Boolean&version=3.0.1
This package adds a new boolean property editor to Umbraco. Using a toggle input, users will be able to set the value to either true
or false
.
But why?
Umbraco already has a built-in property for a boolean type, so why add another one?
The build-in property editor has a Initial state option (alias is default
) for the data type, but it doesn't apply retroactively to content that doesn't already have a saved value, although one could expect this behavior.
Ideally something like this should be added back to into the Umbraco source code (there is even an issue for it), but for now, this package adds a new property editor that has the expected behavior for the default value / initial state.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- Umbraco.Cms.Core (>= 10.0.0 && < 12.0.0)
- Umbraco.Cms.Web.BackOffice (>= 10.0.0 && < 12.0.0)
- Umbraco.Cms.Web.Website (>= 10.0.0 && < 12.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.