Limbo.Umbraco.Boolean
13.0.0
Prefix Reserved
dotnet add package Limbo.Umbraco.Boolean --version 13.0.0
NuGet\Install-Package Limbo.Umbraco.Boolean -Version 13.0.0
<PackageReference Include="Limbo.Umbraco.Boolean" Version="13.0.0" />
paket add Limbo.Umbraco.Boolean --version 13.0.0
#r "nuget: Limbo.Umbraco.Boolean, 13.0.0"
// Install Limbo.Umbraco.Boolean as a Cake Addin #addin nuget:?package=Limbo.Umbraco.Boolean&version=13.0.0 // Install Limbo.Umbraco.Boolean as a Cake Tool #tool nuget:?package=Limbo.Umbraco.Boolean&version=13.0.0
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 | net8.0 is compatible. 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. |
-
net8.0
- Umbraco.Cms.Core (>= 13.0.0 && < 13.999.0)
- Umbraco.Cms.Web.BackOffice (>= 13.0.0 && < 13.999.0)
- Umbraco.Cms.Web.Website (>= 13.0.0 && < 13.999.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.