mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
App / Presets: Use layout-wrapper to list presets (#10978)
* Use layout-wrapper to list presets Right now, it's not possible to pass a custom column to layout-wrapper. So the `Scope` is not available anymore, because it's a computed value and we do not support computed values as of the time being. * update batch selection & button styles Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -15,9 +15,17 @@ fields:
|
||||
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user