From ff8f9bb6f4614d2e3e9c8e948e3b848eb3fea3b2 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 27 Oct 2014 16:35:34 +0100 Subject: [PATCH] Disabling mini editor for now --- .../PropertyEditors/ContentPickerPropertyEditor.cs | 4 ++-- .../PropertyEditors/MultiNodeTreePickerPropertyEditor.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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