From 1d0d8f6f00df98a2dd192c5db99e0af4f35c33e1 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 23 Apr 2024 13:14:57 +0200 Subject: [PATCH] move text box --- .../src/packages/core/property-editor/uis/manifests.ts | 2 +- .../uis => property-editors}/text-box/manifests.ts | 0 .../text-box/property-editor-ui-text-box.element.ts | 0 .../text-box/property-editor-ui-text-box.stories.ts | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/text-box/manifests.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/text-box/property-editor-ui-text-box.element.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/text-box/property-editor-ui-text-box.stories.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 7a14a36780..be3aa888e4 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 @@ -20,7 +20,7 @@ import { manifest as uploadField } from './upload-field/manifests.js'; import { manifest as valueType } from './value-type/manifests.js'; import { manifests as collectionView } from '../../../property-editors/collection-view/manifests.js'; import { manifests as numbers } from '../../../property-editors/number/manifests.js'; -import { manifests as textBoxes } from './text-box/manifests.js'; +import { manifests as textBoxes } from '../../../property-editors/text-box/manifests.js'; import { manifests as treePicker } from './tree-picker/manifests.js'; import type { ManifestPropertyEditorUi } from '@umbraco-cms/backoffice/extension-registry'; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/manifests.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/manifests.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/manifests.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/property-editor-ui-text-box.element.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/property-editor-ui-text-box.element.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/property-editor-ui-text-box.element.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/property-editor-ui-text-box.element.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/property-editor-ui-text-box.stories.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/property-editor-ui-text-box.stories.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/text-box/property-editor-ui-text-box.stories.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/property-editor-ui-text-box.stories.ts