move dashboard extension

This commit is contained in:
Mads Rasmussen
2024-09-30 09:21:15 +02:00
parent 508f9feeba
commit 7ee4e0e70e

View File

@@ -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[];
}
*/