Skip to content

Commit

Permalink
Add prevalue field to RTE
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan White committed Jan 30, 2018
1 parent 72d17c4 commit 53609dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Umbraco.Web/PropertyEditors/RichTextPreValueEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ public RichTextPreValueEditor()
HideLabel = true,
Key = "editor"
});

Fields.Add(new PreValueField()
{
Key = "bypassUserPermissions",
View = "boolean",
Name = "Bypass User Permissions",
Description = "If set, the chosen start node will bypass any user permissions."
});
Fields.Add(new PreValueField()
{
Name = "Hide Label",
Expand Down

0 comments on commit 53609dd

Please sign in to comment.