Moving property editors to Abstractions project

This commit is contained in:
elitsa
2020-01-20 15:11:54 +01:00
parent 3f6e14c065
commit beb55ccd23
10 changed files with 2 additions and 2 deletions
@@ -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; }
}
}
}
@@ -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)
{