Align namespaces in PropertyEditors to Umbraco.Cms.Core.*

This commit is contained in:
Mole
2021-02-15 10:42:35 +01:00
parent 2ccb97b951
commit b17c3158c0
115 changed files with 418 additions and 480 deletions

View File

@@ -1,11 +1,12 @@
using System.Collections.Generic;
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System.Collections.Generic;
using Umbraco.Cms.Core.IO;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Cms.Core.PropertyEditors.Validators;
using Umbraco.Core.PropertyEditors;
using Umbraco.Extensions;
namespace Umbraco.Web.PropertyEditors
namespace Umbraco.Cms.Core.PropertyEditors
{
/// <summary>
/// Represents the configuration editor for a multiple textstring value editor.