/mbran-umbraco-textbox-defaultvalue

An Umbraco package for a textbox data type that let users configure a default value if blank

Primary LanguageC#MIT LicenseMIT

MBran Textbox Default Value

MBran Textbox is an Umbraco package for textbox with default value.

From NuGet:

  1. Install package (https://www.nuget.org/packages/MBran.Textbox.DefaultValue/)
  2. Create new data type of type "Textbox with default value"
  3. Add a new property out from your newly created data type to your desired document type.

From Umbraco Package Manager:

  1. Download and install package (https://our.umbraco.org/projects/backoffice-extensions/mbran-textbox-default-value//)
  2. Create new data type of type "Textbox with default value"
  3. Add a new property out from your newly created data type to your desired document type.

Features:

  • Configurable default value
  • No need to republish all existing pages when switching to the new data type to get the default value.
  • If page property is blank, default value will automatically show on the textbox