mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
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
This commit is contained in:
@@ -3,15 +3,15 @@ table: directus_presets
|
||||
fields:
|
||||
- field: filter
|
||||
hidden: true
|
||||
special: json
|
||||
special: cast-json
|
||||
|
||||
- field: layout_query
|
||||
hidden: true
|
||||
special: json
|
||||
special: cast-json
|
||||
|
||||
- field: layout_options
|
||||
hidden: true
|
||||
special: json
|
||||
special: cast-json
|
||||
|
||||
- field: role
|
||||
width: half
|
||||
|
||||
Reference in New Issue
Block a user