mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
* 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
38 lines
495 B
YAML
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
|