using System.Collections.Generic; using Umbraco.Core.PropertyEditors; namespace Umbraco.Web.PropertyEditors { /// /// Represents the configuration editor for the nested content value editor. /// public class NestedContentConfigurationEditor : ConfigurationEditor { } }