Disabling mini editor for now
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user