Files
directus/api/src/database/system-data/fields/presets.yaml
Azri Kahar 31cfb8266f Bookmark improvements (#12031)
* 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>
2022-03-28 11:23:00 -04:00

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