move text box

This commit is contained in:
Mads Rasmussen
2024-04-23 13:14:57 +02:00
parent 4021f7c170
commit 1d0d8f6f00
4 changed files with 1 additions and 1 deletions

View File

@@ -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';