Skip to content

Instantly share code, notes, and snippets.

@ryanlewis
Created July 15, 2014 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanlewis/5a4f977d43716bf3ab73 to your computer and use it in GitHub Desktop.
Save ryanlewis/5a4f977d43716bf3ab73 to your computer and use it in GitHub Desktop.
Label datatype stored as "TEXT"
{
propertyEditors: [
{
alias: "Epiphany.NoEditBig",
name: "Label (Big)",
editor: {
view: "~/umbraco/views/propertyeditors/readonlyvalue/readonlyvalue.html",
valueType: 'TEXT',
}
}
]
}
@ryanlewis
Copy link
Author

Create a new directory in your /App_Plugins directory (such as /App_Plugins/NoEditBig) and place this file in it, then create your new label property type in the Umbraco back-office.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment