Disabling mini editor for now

This commit is contained in:
Sebastiaan Janssen
2014-10-27 16:35:34 +01:00
parent ad1473e52f
commit ff8f9bb6f4
2 changed files with 4 additions and 4 deletions

View File

@@ -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; }
}
}

View File

@@ -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; }
/// <summary>
/// This ensures the multiPicker pre-val is set based on the maxNumber of nodes set