From 15bc5dae0287d4d53eb3325a99d4d330eae92c9e Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 23 Apr 2024 13:04:20 +0200 Subject: [PATCH] move label --- .../src/packages/core/property-editor/uis/manifests.ts | 2 +- .../property-editor/uis => property-editors}/label/manifests.ts | 0 .../label/property-editor-ui-label.element.ts | 0 .../label/property-editor-ui-label.stories.ts | 0 .../label/property-editor-ui-label.test.ts | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/label/manifests.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/label/property-editor-ui-label.element.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/label/property-editor-ui-label.stories.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/label/property-editor-ui-label.test.ts (100%) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts index abcc350e0d..dde67f8d9b 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts @@ -5,7 +5,7 @@ import { manifest as datePicker } from '../../../property-editors/date-picker/ma import { manifest as dropdown } from '../../../property-editors/dropdown/manifests.js'; import { manifest as eyeDropper } from '../../../property-editors/eye-dropper/manifests.js'; import { manifest as iconPicker } from '../../../property-editors/icon-picker/manifests.js'; -import { manifest as label } from './label/manifests.js'; +import { manifest as label } from '../../../property-editors/label/manifests.js'; import { manifest as multipleTextString } from './multiple-text-string/manifests.js'; import { manifest as multiUrlPicker } from './multi-url-picker/manifests.js'; import { manifest as numberRange } from './number-range/manifests.js'; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/label/manifests.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/manifests.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/label/manifests.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.element.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.element.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.element.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.element.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.stories.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.stories.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.stories.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.stories.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.test.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.test.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/label/property-editor-ui-label.test.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/label/property-editor-ui-label.test.ts