feat: implement admin dashboard with management modules and PocketBase setup script
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user