mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
* add icon & color to bookmarks * update current bookmark title on edit * clean up edit bookmark dialog on cancel * remove unused bookmark-edit component * interaction improvements * sort based on scope and alphabetically * prevent hover when locked & use tooltip * Reduce size of right hand icon in bookmark Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
52 lines
753 B
YAML
52 lines
753 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
|
|
special: m2o
|
|
display: related-values
|
|
display_options:
|
|
template: '{{ name }}'
|
|
|
|
- field: user
|
|
width: half
|
|
special: m2o
|
|
display: related-values
|
|
display_options:
|
|
template: '{{ email }}'
|
|
|
|
- field: id
|
|
width: half
|
|
|
|
- field: bookmark
|
|
width: half
|
|
|
|
- field: icon
|
|
width: half
|
|
|
|
- field: color
|
|
width: half
|
|
|
|
- field: search
|
|
width: half
|
|
|
|
- field: collection
|
|
width: half
|
|
|
|
- field: layout
|
|
width: half
|
|
|
|
- field: refresh_interval
|