Refactor IDataTypeConfigurationConnector for Deploy

This commit is contained in:
Stephan
2019-01-29 14:47:09 +01:00
parent f94e0fd3ec
commit cd5dc410cc
2 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json.Linq;
using Umbraco.Core.Services;
@@ -13,7 +12,7 @@ namespace Umbraco.Web.PropertyEditors
/// <remarks>
/// This pre-value editor is shared with editors like drop down, checkbox list, etc....
/// </remarks>
internal class ValueListConfigurationEditor : ConfigurationEditor<ValueListConfiguration>
public class ValueListConfigurationEditor : ConfigurationEditor<ValueListConfiguration>
{
public ValueListConfigurationEditor(ILocalizedTextService textService)
{