V8: Make it possible to hide anchor/querystring input in the li… (#7031)
Wonderful work
This commit is contained in:
committed by
emma burstow
parent
2b1e330957
commit
2906eafa79
@@ -16,6 +16,9 @@ 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("hideAnchor",
|
||||
"Hide anchor/query string input", "boolean",
|
||||
Description = "Selecting this hides the anchor/query string input field in the linkpicker overlay.")]
|
||||
public bool HideAnchor { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user