namespace Umbraco.Cms.Core.Configuration.Models { [UmbracoOptions(Constants.Configuration.ConfigHelpPage)] public class HelpPageSettings { /// /// Gets or sets the allowed addresses to retrieve data for the content dashboard. /// public string[]? HelpPageUrlAllowList { get; set; } } }