feat: implement admin dashboard with management modules and PocketBase setup script

This commit is contained in:
RaymondVerhoef
2026-05-17 10:29:06 +02:00
parent e68335e159
commit 8b57e10754
2 changed files with 3 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ const COLLECTIONS = [
type: 'base',
...OPEN_RULES,
fields: [
{ name: 'id', type: 'text', primaryKey: true, system: true, min: 1, max: 255, pattern: '^[a-zA-Z0-9_-]+$' },
{ name: 'label', type: 'text', required: true },
{ name: 'type', type: 'text', required: false },
{ name: 'description', type: 'text', required: false },