mirror of
https://github.com/directus/directus.git
synced 2026-02-15 12:35:12 -05:00
37 lines
512 B
YAML
37 lines
512 B
YAML
# directus_permissions isn't surfaced in the app
|
|
table: directus_permissions
|
|
|
|
fields:
|
|
- field: permissions
|
|
hidden: true
|
|
special: json
|
|
width: half
|
|
|
|
- field: presets
|
|
hidden: true
|
|
special: json
|
|
width: half
|
|
|
|
- field: role
|
|
width: half
|
|
|
|
- field: limit
|
|
width: half
|
|
|
|
- field: collection
|
|
width: half
|
|
|
|
- field: id
|
|
width: half
|
|
|
|
- field: fields
|
|
width: half
|
|
special: csv
|
|
|
|
- field: action
|
|
width: half
|
|
|
|
- field: validation
|
|
width: half
|
|
special: json
|