Moving some more PropertyEditors From Umbraco.Web to Umbraco.Infrastructure
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Umbraco.Web.PropertyEditors
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents the configuration for a multiple textstring value editor.
|
||||
/// </summary>
|
||||
public class MultipleTextStringConfiguration
|
||||
{
|
||||
// fields are configured in the editor
|
||||
|
||||
public int Minimum { get; set; }
|
||||
|
||||
public int Maximum {get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user