fixes name, refactors a lot of serverValidationManager so it's structure is maintainable, moves more logic there from directives so it can be tested more easily, finally got the first result working.
This commit is contained in:
@@ -7,9 +7,9 @@ namespace Umbraco.Core.Models.Blocks
|
||||
/// <summary>
|
||||
/// Data converter for the block list property editor
|
||||
/// </summary>
|
||||
public class BlocListEditorDataConverter : BlockEditorDataConverter
|
||||
public class BlockListEditorDataConverter : BlockEditorDataConverter
|
||||
{
|
||||
public BlocListEditorDataConverter() : base(Constants.PropertyEditors.Aliases.BlockList)
|
||||
public BlockListEditorDataConverter() : base(Constants.PropertyEditors.Aliases.BlockList)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user