feat: integrate cms

This commit is contained in:
2026-02-09 12:08:47 +01:00
parent 59d3e97ef0
commit a306d24f51
18 changed files with 4279 additions and 35 deletions

View File

@@ -0,0 +1,14 @@
import { defineModule } from '@directus/extensions-sdk';
import ModuleComponent from './module.vue';
export default defineModule({
id: 'feedback-commander',
name: 'Feedback Commander',
icon: 'view_kanban',
routes: [
{
path: '',
component: ModuleComponent,
},
],
});