move dashboard extension
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { UmbDashboardElement } from '../interfaces/index.js';
|
||||
import type { UmbDashboardElement } from '../extension-registry/interfaces/index.js';
|
||||
import type { ManifestElement, ManifestWithDynamicConditions } from '@umbraco-cms/backoffice/extension-api';
|
||||
|
||||
export interface ManifestDashboard
|
||||
@@ -24,9 +24,3 @@ export interface MetaDashboard {
|
||||
*/
|
||||
pathname?: string;
|
||||
}
|
||||
|
||||
/*
|
||||
export interface ConditionsDashboard {
|
||||
sections: string[];
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user