V8: Make it possible to hide anchor/querystring input in the li… (#7031)

Wonderful work
This commit is contained in:
Kenn Jacobsen
2020-01-10 20:14:11 +01:00
committed by emma burstow
parent 2b1e330957
commit 2906eafa79
4 changed files with 8 additions and 3 deletions

View File

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