Updates view for Config to new PreValue editor that Niels L is working on

This commit is contained in:
Warren Buckley
2019-09-11 10:05:20 +01:00
parent 39fd953ca8
commit f735c3eae3
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ namespace Umbraco.Web.PropertyEditors
Description = "Selecting this option allows a user to choose nodes that they normally don't have access to.")]
public bool IgnoreUserStartNodes { get; set; }
[ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaPicker",
[ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaFolderPicker",
Description = "Choose where images dragged or pasted into the editor get uploaded to")]
public GuidUdi MediaParentId { get; set; }
}
@@ -21,7 +21,7 @@ namespace Umbraco.Web.PropertyEditors
Description = "Selecting this option allows a user to choose nodes that they normally don't have access to.")]
public bool IgnoreUserStartNodes { get; set; }
[ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaPicker",
[ConfigurationField("mediaParentId", "Store Pasted Images Folder", "MediaFolderPicker",
Description = "Choose where images dragged or pasted into the editor get uploaded to")]
public GuidUdi MediaParentId { get; set; }
}