property actions
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user