namespace Umbraco.Core.PropertyEditors { /// /// Marker interface for any editor configuration that supports Ignoring user start nodes /// internal interface IIgnoreUserStartNodesConfig { bool IgnoreUserStartNodes { get; set; } } }