From 790271382e822174d4424ebbfbb1e157d184aa45 Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Thu, 19 Nov 2020 15:09:25 +0100 Subject: [PATCH] Placing ConfigurationEditor to its correct (old) place --- src/Umbraco.Core/{ => PropertyEditors}/ConfigurationEditor.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename src/Umbraco.Core/{ => PropertyEditors}/ConfigurationEditor.cs (98%) diff --git a/src/Umbraco.Core/ConfigurationEditor.cs b/src/Umbraco.Core/PropertyEditors/ConfigurationEditor.cs similarity index 98% rename from src/Umbraco.Core/ConfigurationEditor.cs rename to src/Umbraco.Core/PropertyEditors/ConfigurationEditor.cs index 43de192914..e40db6e3cd 100644 --- a/src/Umbraco.Core/ConfigurationEditor.cs +++ b/src/Umbraco.Core/PropertyEditors/ConfigurationEditor.cs @@ -2,10 +2,9 @@ using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; -using Umbraco.Core.PropertyEditors; using Umbraco.Core.Serialization; -namespace Umbraco.Core +namespace Umbraco.Core.PropertyEditors { /// /// Represents a data type configuration editor.