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 ISet HelpPageUrlAllowList { get; set; } = new HashSet();
}