SplatDev.Umbraco.Plugins.DefaultValue
8.18.7.1
dotnet add package SplatDev.Umbraco.Plugins.DefaultValue --version 8.18.7.1
NuGet\Install-Package SplatDev.Umbraco.Plugins.DefaultValue -Version 8.18.7.1
<PackageReference Include="SplatDev.Umbraco.Plugins.DefaultValue" Version="8.18.7.1" />
paket add SplatDev.Umbraco.Plugins.DefaultValue --version 8.18.7.1
#r "nuget: SplatDev.Umbraco.Plugins.DefaultValue, 8.18.7.1"
// Install SplatDev.Umbraco.Plugins.DefaultValue as a Cake Addin #addin nuget:?package=SplatDev.Umbraco.Plugins.DefaultValue&version=8.18.7.1 // Install SplatDev.Umbraco.Plugins.DefaultValue as a Cake Tool #tool nuget:?package=SplatDev.Umbraco.Plugins.DefaultValue&version=8.18.7.1
Default Value Property Editor
Umbraco v8.18.7+
- Creates a Data Type with a Default Value (used for properties that cannot be modified)
This was useful for a project that implements the schema.org types, so each page (article, news, foto) has a default value (Article, newsArticle, Photograph) that may be overridden by another schema.org object type, but if the user does not override anything, the default is used. Therefore, the default cannot be changed.
There can be plenty of other reasons to add a "cannot be modified" property to a document, so the package is now public.
Visit the Project Page in the Umbraco Community
Install via nuget
Install-Package SplatDev.Umbraco.Plugins.DefaultValue
Specs
- Value Type: TEXT
Feedback is appreciated
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
migrated to v8