/// <summary>
/// Gets or sets a value for the Umbraco back-office path.
/// </summary>
public string UmbracoPath
{
get => Constants.System.DefaultUmbracoPath;
[Obsolete($"{nameof(UmbracoPath)} is no longer configurable, this property setter is scheduled for removal in V12.")]
// NOTE: When removing this, also clean up the hardcoded removal of UmbracoPath in Umbraco.JsonSchema
set { }
}
a
Ambert
01/05/2024, 8:40 PM
Correct! This is no longer an configurable option
m
moondoan
02/21/2025, 7:41 AM
“Why is no one discussing this BackOffice Path? Is there any way to change it?”