DataType refactoring - in progress

This commit is contained in:
Stephan
2018-01-24 13:37:14 +01:00
parent c3e6886ac0
commit f7f42f893b
57 changed files with 367 additions and 545 deletions

View File

@@ -29,7 +29,7 @@ namespace Umbraco.Tests.Models.Mapping
Container.RegisterSingleton(f => Mock.Of<ICultureDictionaryFactory>());
}
[PropertyEditor("Test.Test", "Test", "~/Test.html")]
[ValueEditor("Test.Test", "Test", "~/Test.html")]
public class TestPropertyEditor : PropertyEditor
{
/// <summary>