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,6 +1,6 @@
@model dynamic
@using Umbraco.Core.PropertyEditors.ValueConverters
@using Umbraco.Cms.Core.Media
@using Umbraco.Cms.Core.PropertyEditors.ValueConverters
@inject IImageUrlGenerator ImageUrlGenerator
@if (Model.value != null)
{