We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77714dd commit af2be5eCopy full SHA for af2be5e
src/packages/core/extension-registry/models/dashboard.model.ts renamed to src/packages/core/dashboard/dashboard.extension.ts
@@ -1,4 +1,4 @@
1
-import type { UmbDashboardElement } from '../interfaces/index.js';
+import type { UmbDashboardElement } from '../extension-registry/interfaces/index.js';
2
import type { ManifestElement, ManifestWithDynamicConditions } from '@umbraco-cms/backoffice/extension-api';
3
4
export interface ManifestDashboard
@@ -24,9 +24,3 @@ export interface MetaDashboard {
24
*/
25
pathname?: string;
26
}
27
-
28
-/*
29
-export interface ConditionsDashboard {
30
- sections: string[];
31
-}
32
-*/
0 commit comments