property actions

This commit is contained in:
Niels Lyngsø
2023-01-03 09:40:16 +01:00
parent 12406dda81
commit 2ce14a4955
11 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import { manifests as dashboardManifests } from './dashboards/manifests';
import { manifests as dataTypeManifests } from './data-types/manifests';
import { manifests as extensionManifests } from './extensions/manifests';
import { manifests as languageManifests } from './languages/manifests';
import { manifests as propertyActionManifests } from './property-actions/manifests';
import { manifests as propertyActionManifests } from '../shared/property-actions/manifests';
import { manifests as propertyEditorModelManifests } from '../shared/property-editors/models/manifests';
import { manifests as propertyEditorUIManifests } from '../shared/property-editors/uis/manifests';
import { manifests as searchManifests } from '../search/manifests';

View File

@@ -6,7 +6,7 @@ import { createExtensionElement } from '@umbraco-cms/extensions-api';
import { umbExtensionsRegistry } from '@umbraco-cms/extensions-registry';
import type { ManifestPropertyEditorUI, ManifestTypes } from '@umbraco-cms/models';
import '../../../settings/property-actions/shared/property-action-menu/property-action-menu.element';
import '../../property-actions/shared/property-action-menu/property-action-menu.element';
import 'src/backoffice/shared/components/workspace/workspace-property-layout/workspace-property-layout.element';
import { UmbContextProviderController } from 'src/core/context-api/provide/context-provider.controller';
import { UmbControllerHostMixin } from 'src/core/controller/controller-host.mixin';