Files
directus/api/src/database/system-data/fields/presets.yaml
ian e2eb2801c5 Prefix existing field typecasting flags with "cast-" (#12141)
* Prefix typecasting field flags

* Fix payload test

* Update flags for system tables and for field creation in app

* Revert cast-hash and cast-uuid

* Rename migrations file to current date
2022-03-21 14:46:48 -04:00

38 lines
495 B
YAML

table: directus_presets
fields:
- field: filter
hidden: true
special: cast-json
- field: layout_query
hidden: true
special: cast-json
- field: layout_options
hidden: true
special: cast-json
- field: role
width: half
- field: user
width: half
- field: id
width: half
- field: bookmark
width: half
- field: search
width: half
- field: collection
width: half
- field: layout
width: half
- field: refresh_interval