Moving property editors to Abstractions project
This commit is contained in:
+1
-1
@@ -13,4 +13,4 @@ namespace Umbraco.Web.PropertyEditors
|
||||
[ConfigurationField("defaultValue", "Default value", "textarea", Description = "If value is blank, the editor will show this")]
|
||||
public string DefaultValue { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -9,7 +9,7 @@ namespace Umbraco.Web.PropertyEditors
|
||||
/// <summary>
|
||||
/// Used to validate if the value is a valid date/time
|
||||
/// </summary>
|
||||
internal class DateTimeValidator : IValueValidator
|
||||
public class DateTimeValidator : IValueValidator
|
||||
{
|
||||
public IEnumerable<ValidationResult> Validate(object value, string valueType, object dataTypeConfiguration)
|
||||
{
|
||||
Reference in New Issue
Block a user