Harry Gordon
07/26/2023, 3:21 PM/// <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, property setter is scheduled for removal in V12")]
// NOTE: when removing this, also clean up the hardcoded removal of UmbracoPath in UmbracoJsonSchemaGenerator
set { }
}
huwred
07/26/2023, 3:37 PMoalberto
07/26/2023, 7:45 PMHarry Gordon
07/26/2023, 9:19 PMoalberto
07/26/2023, 9:21 PMHarry Gordon
07/26/2023, 9:22 PMSebastiaan
07/27/2023, 8:30 AM