Revert "Disabling mini editor for now"

This reverts commit ff8f9bb6f4.
This commit is contained in:
Sebastiaan Janssen
2014-10-28 08:31:18 +01:00
parent 3853e086a0
commit 214c41f835
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 (this feature is in preview!)", "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 (this feature is in preview!)", "boolean")]
public string ShowEditButton { get; set; }
/// <summary>
/// This ensures the multiPicker pre-val is set based on the maxNumber of nodes set