namespace Umbraco.Web.PropertyEditors { /// /// Represents the configuration for a multiple textstring value editor. /// public class MultipleTextStringConfiguration { // fields are configured in the editor public int Minimum { get; set; } public int Maximum {get; set; } } }