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
                    
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="SplatDev.Umbraco.Plugins.DefaultValue" Version="8.18.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SplatDev.Umbraco.Plugins.DefaultValue" Version="8.18.7.1" />
                    
Directory.Packages.props
<PackageReference Include="SplatDev.Umbraco.Plugins.DefaultValue" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SplatDev.Umbraco.Plugins.DefaultValue --version 8.18.7.1
                    
#r "nuget: SplatDev.Umbraco.Plugins.DefaultValue, 8.18.7.1"
                    
#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.
#addin nuget:?package=SplatDev.Umbraco.Plugins.DefaultValue&version=8.18.7.1
                    
Install SplatDev.Umbraco.Plugins.DefaultValue as a Cake Addin
#tool nuget:?package=SplatDev.Umbraco.Plugins.DefaultValue&version=8.18.7.1
                    
Install SplatDev.Umbraco.Plugins.DefaultValue as a Cake Tool

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.

Imgur Imgur Imgur Imgur

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 Compatible and additional computed target framework versions.
.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.
  • .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.

Version Downloads Last updated
8.18.7.1 204 5/30/2023
1.3.0 243 3/27/2023

migrated to v8