diff --git a/src/Umbraco.Web/PropertyEditors/ContentPickerPropertyEditor.cs b/src/Umbraco.Web/PropertyEditors/ContentPickerPropertyEditor.cs index d381efb9b2..68850af180 100644 --- a/src/Umbraco.Web/PropertyEditors/ContentPickerPropertyEditor.cs +++ b/src/Umbraco.Web/PropertyEditors/ContentPickerPropertyEditor.cs @@ -30,8 +30,8 @@ namespace Umbraco.Web.PropertyEditors internal class ContentPickerPreValueEditor : PreValueEditor { - [PreValueField("showEditButton", "Show edit button", "boolean")] - public string ShowEditButton { get; set; } + //[PreValueField("showEditButton", "Show edit button", "boolean")] + //public string ShowEditButton { get; set; } } } diff --git a/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs b/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs index d23873406f..bbf200116f 100644 --- a/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs +++ b/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs @@ -47,8 +47,8 @@ namespace Umbraco.Web.PropertyEditors [PreValueField("maxNumber", "Maximum number of items", "number")] public string MaxNumber { get; set; } - [PreValueField("showEditButton", "Show edit button", "boolean")] - public string ShowEditButton { get; set; } + //[PreValueField("showEditButton", "Show edit button", "boolean")] + //public string ShowEditButton { get; set; } /// /// This ensures the multiPicker pre-val is set based on the maxNumber of nodes set