• UMBRACO
    D
    E
    F
    A
    U
    L
    T
    V
    A
    L
    U
    E
    plugin

Default Value

Umbraco v7.15.10+, v8.17.2

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.

  • Project Details
  • Documentation
  • Installation
  • Frequently Asked Questions
  • Documentation

    The plugin aims at being simple and easy to use. It has very few screens, hoping to avoid any learning curb.

    When installing via nuget:

    1. Create a new Data Type, and configure the number of characters allowed
    2. Add the data type to the Document Type

    Project Screenshots

  • Installation

    Install via nuget
    Install-Package SplatDev.Umbraco.Plugins.DefaultValue

    The package reference and the plugin will automatically be applied to the App_Plugins folder

  • Frequently Asked Questions

    Can I use and modify this plugin freely?

    The plugin aims at being simple and easy to use. It has screens to make it easier to use.