Skip to content

Commit af2be5e

Browse files
committed
move dashboard extension
1 parent 77714dd commit af2be5e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/packages/core/extension-registry/models/dashboard.model.ts renamed to src/packages/core/dashboard/dashboard.extension.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { UmbDashboardElement } from '../interfaces/index.js';
1+
import type { UmbDashboardElement } from '../extension-registry/interfaces/index.js';
22
import type { ManifestElement, ManifestWithDynamicConditions } from '@umbraco-cms/backoffice/extension-api';
33

44
export interface ManifestDashboard
@@ -24,9 +24,3 @@ export interface MetaDashboard {
2424
*/
2525
pathname?: string;
2626
}
27-
28-
/*
29-
export interface ConditionsDashboard {
30-
sections: string[];
31-
}
32-
*/

0 commit comments

Comments
 (0)