diff --git a/src/Umbraco.Web/PropertyEditors/MediaPickerConfiguration.cs b/src/Umbraco.Infrastructure/PropertyEditors/MediaPickerConfiguration.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/MediaPickerConfiguration.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MediaPickerConfiguration.cs
diff --git a/src/Umbraco.Web/PropertyEditors/MediaPickerConfigurationEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/MediaPickerConfigurationEditor.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/MediaPickerConfigurationEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MediaPickerConfigurationEditor.cs
diff --git a/src/Umbraco.Web/PropertyEditors/MediaPickerPropertyEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/MediaPickerPropertyEditor.cs
similarity index 95%
rename from src/Umbraco.Web/PropertyEditors/MediaPickerPropertyEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MediaPickerPropertyEditor.cs
index 04e87bc9fe..d2fcf4e4cc 100644
--- a/src/Umbraco.Web/PropertyEditors/MediaPickerPropertyEditor.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/MediaPickerPropertyEditor.cs
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using Umbraco.Core;
using Umbraco.Core.IO;
-using Umbraco.Web.Composing;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.Editors;
using Umbraco.Core.PropertyEditors;
@@ -45,7 +44,7 @@ namespace Umbraco.Web.PropertyEditors
protected override IDataValueEditor CreateValueEditor() => new MediaPickerPropertyValueEditor(DataTypeService, LocalizationService, LocalizedTextService, ShortStringHelper, Attribute);
- internal class MediaPickerPropertyValueEditor : DataValueEditor, IDataValueReference
+ public class MediaPickerPropertyValueEditor : DataValueEditor, IDataValueReference
{
public MediaPickerPropertyValueEditor(IDataTypeService dataTypeService, ILocalizationService localizationService, ILocalizedTextService localizedTextService, IShortStringHelper shortStringHelper, DataEditorAttribute attribute)
: base(dataTypeService,localizationService, localizedTextService, shortStringHelper,attribute)
@@ -64,6 +63,4 @@ namespace Umbraco.Web.PropertyEditors
}
}
}
-
-
}
diff --git a/src/Umbraco.Web/PropertyEditors/MemberGroupPickerPropertyEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/MemberGroupPickerPropertyEditor.cs
similarity index 97%
rename from src/Umbraco.Web/PropertyEditors/MemberGroupPickerPropertyEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MemberGroupPickerPropertyEditor.cs
index 68dee45252..fd1bd0d102 100644
--- a/src/Umbraco.Web/PropertyEditors/MemberGroupPickerPropertyEditor.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/MemberGroupPickerPropertyEditor.cs
@@ -1,5 +1,4 @@
using Umbraco.Core;
-using Umbraco.Web.Composing;
using Umbraco.Core.Logging;
using Umbraco.Core.PropertyEditors;
using Umbraco.Core.Services;
diff --git a/src/Umbraco.Web/PropertyEditors/MemberPickerConfiguration.cs b/src/Umbraco.Infrastructure/PropertyEditors/MemberPickerConfiguration.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/MemberPickerConfiguration.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MemberPickerConfiguration.cs
diff --git a/src/Umbraco.Web/PropertyEditors/MemberPickerPropertyEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/MemberPickerPropertyEditor.cs
similarity index 97%
rename from src/Umbraco.Web/PropertyEditors/MemberPickerPropertyEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MemberPickerPropertyEditor.cs
index e378cd47f0..092e790e51 100644
--- a/src/Umbraco.Web/PropertyEditors/MemberPickerPropertyEditor.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/MemberPickerPropertyEditor.cs
@@ -1,5 +1,4 @@
using Umbraco.Core;
-using Umbraco.Web.Composing;
using Umbraco.Core.Logging;
using Umbraco.Core.PropertyEditors;
using Umbraco.Core.Services;
diff --git a/src/Umbraco.Web/PropertyEditors/MultiNodePickerConfiguration.cs b/src/Umbraco.Infrastructure/PropertyEditors/MultiNodePickerConfiguration.cs
similarity index 95%
rename from src/Umbraco.Web/PropertyEditors/MultiNodePickerConfiguration.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MultiNodePickerConfiguration.cs
index 81a96b5ad7..0725971e95 100644
--- a/src/Umbraco.Web/PropertyEditors/MultiNodePickerConfiguration.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/MultiNodePickerConfiguration.cs
@@ -1,5 +1,4 @@
-using Newtonsoft.Json.Linq;
-using Umbraco.Core.PropertyEditors;
+using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
diff --git a/src/Umbraco.Web/PropertyEditors/MultiNodePickerConfigurationEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/MultiNodePickerConfigurationEditor.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/MultiNodePickerConfigurationEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MultiNodePickerConfigurationEditor.cs
diff --git a/src/Umbraco.Web/PropertyEditors/MultiNodePickerConfigurationTreeSource.cs b/src/Umbraco.Infrastructure/PropertyEditors/MultiNodePickerConfigurationTreeSource.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/MultiNodePickerConfigurationTreeSource.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MultiNodePickerConfigurationTreeSource.cs
diff --git a/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs
similarity index 98%
rename from src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs
index 0e8e495a02..f1ed4e6c44 100644
--- a/src/Umbraco.Web/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/MultiNodeTreePickerPropertyEditor.cs
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using Umbraco.Core;
-using Umbraco.Web.Composing;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.Editors;
diff --git a/src/Umbraco.Web/PropertyEditors/MultiUrlPickerConfiguration.cs b/src/Umbraco.Infrastructure/PropertyEditors/MultiUrlPickerConfiguration.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/MultiUrlPickerConfiguration.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MultiUrlPickerConfiguration.cs
diff --git a/src/Umbraco.Web/PropertyEditors/MultiUrlPickerConfigurationEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/MultiUrlPickerConfigurationEditor.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/MultiUrlPickerConfigurationEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MultiUrlPickerConfigurationEditor.cs
diff --git a/src/Umbraco.Web/PropertyEditors/MultipleTextStringConfiguration.cs b/src/Umbraco.Infrastructure/PropertyEditors/MultipleTextStringConfiguration.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/MultipleTextStringConfiguration.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MultipleTextStringConfiguration.cs
diff --git a/src/Umbraco.Web/PropertyEditors/MultipleTextStringConfigurationEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/MultipleTextStringConfigurationEditor.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/MultipleTextStringConfigurationEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MultipleTextStringConfigurationEditor.cs
diff --git a/src/Umbraco.Web/PropertyEditors/MultipleTextStringPropertyEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/MultipleTextStringPropertyEditor.cs
similarity index 99%
rename from src/Umbraco.Web/PropertyEditors/MultipleTextStringPropertyEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/MultipleTextStringPropertyEditor.cs
index 56c9b7a63c..8aba505aed 100644
--- a/src/Umbraco.Web/PropertyEditors/MultipleTextStringPropertyEditor.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/MultipleTextStringPropertyEditor.cs
@@ -4,7 +4,6 @@ using System.ComponentModel.DataAnnotations;
using System.Linq;
using Newtonsoft.Json.Linq;
using Umbraco.Core;
-using Umbraco.Web.Composing;
using Umbraco.Core.Exceptions;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
diff --git a/src/Umbraco.Web/PropertyEditors/NestedContentConfiguration.cs b/src/Umbraco.Infrastructure/PropertyEditors/NestedContentConfiguration.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/NestedContentConfiguration.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/NestedContentConfiguration.cs
diff --git a/src/Umbraco.Web/PropertyEditors/NestedContentConfigurationEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/NestedContentConfigurationEditor.cs
similarity index 87%
rename from src/Umbraco.Web/PropertyEditors/NestedContentConfigurationEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/NestedContentConfigurationEditor.cs
index 566c800b3d..7eeee68b07 100644
--- a/src/Umbraco.Web/PropertyEditors/NestedContentConfigurationEditor.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/NestedContentConfigurationEditor.cs
@@ -1,5 +1,4 @@
-using System.Collections.Generic;
-using Umbraco.Core.IO;
+using Umbraco.Core.IO;
using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
diff --git a/src/Umbraco.Web/PropertyEditors/PropertyEditorsComposer.cs b/src/Umbraco.Infrastructure/PropertyEditors/PropertyEditorsComposer.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/PropertyEditorsComposer.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/PropertyEditorsComposer.cs
diff --git a/src/Umbraco.Web/PropertyEditors/RadioButtonsPropertyEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/RadioButtonsPropertyEditor.cs
similarity index 98%
rename from src/Umbraco.Web/PropertyEditors/RadioButtonsPropertyEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/RadioButtonsPropertyEditor.cs
index e25bb758d2..f6b24e5859 100644
--- a/src/Umbraco.Web/PropertyEditors/RadioButtonsPropertyEditor.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/RadioButtonsPropertyEditor.cs
@@ -1,5 +1,4 @@
using Umbraco.Core;
-using Umbraco.Web.Composing;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using Umbraco.Core.PropertyEditors;
diff --git a/src/Umbraco.Web/PropertyEditors/RichTextConfiguration.cs b/src/Umbraco.Infrastructure/PropertyEditors/RichTextConfiguration.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/RichTextConfiguration.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/RichTextConfiguration.cs
diff --git a/src/Umbraco.Web/PropertyEditors/RichTextConfigurationEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/RichTextConfigurationEditor.cs
similarity index 78%
rename from src/Umbraco.Web/PropertyEditors/RichTextConfigurationEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/RichTextConfigurationEditor.cs
index c6d0b95483..752ae97334 100644
--- a/src/Umbraco.Web/PropertyEditors/RichTextConfigurationEditor.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/RichTextConfigurationEditor.cs
@@ -6,7 +6,7 @@ namespace Umbraco.Web.PropertyEditors
///
/// Represents the configuration editor for the rich text value editor.
///
- internal class RichTextConfigurationEditor : ConfigurationEditor
+ public class RichTextConfigurationEditor : ConfigurationEditor
{
public RichTextConfigurationEditor(IIOHelper ioHelper) : base(ioHelper)
{
diff --git a/src/Umbraco.Web/PropertyEditors/SliderConfigurationEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/SliderConfigurationEditor.cs
similarity index 100%
rename from src/Umbraco.Web/PropertyEditors/SliderConfigurationEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/SliderConfigurationEditor.cs
diff --git a/src/Umbraco.Web/PropertyEditors/SliderPropertyEditor.cs b/src/Umbraco.Infrastructure/PropertyEditors/SliderPropertyEditor.cs
similarity index 97%
rename from src/Umbraco.Web/PropertyEditors/SliderPropertyEditor.cs
rename to src/Umbraco.Infrastructure/PropertyEditors/SliderPropertyEditor.cs
index 6db7b284b8..88bfc3f4e3 100644
--- a/src/Umbraco.Web/PropertyEditors/SliderPropertyEditor.cs
+++ b/src/Umbraco.Infrastructure/PropertyEditors/SliderPropertyEditor.cs
@@ -1,5 +1,4 @@
using Umbraco.Core;
-using Umbraco.Web.Composing;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using Umbraco.Core.PropertyEditors;
diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj
index 5941e8e986..f210be47cf 100755
--- a/src/Umbraco.Web/Umbraco.Web.csproj
+++ b/src/Umbraco.Web/Umbraco.Web.csproj
@@ -260,8 +260,6 @@
-
-
@@ -282,7 +280,6 @@
-
@@ -466,24 +463,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -779,7 +761,6 @@
-
@@ -798,11 +779,7 @@
-
-
-
-