Add default displays to directus_users (#4069)

Fixes #3971
This commit is contained in:
YannickMol
2021-02-15 22:27:03 +01:00
committed by GitHub
parent d6b6821258
commit 3bbf7f0d8b

View File

@@ -30,6 +30,7 @@ fields:
- field: avatar
interface: file
width: full
display: image
- field: location
interface: text-input
@@ -115,6 +116,9 @@ fields:
template: '{{ name }}'
special: m2o
width: half
display: related-values
display_options:
template: '{{ name }}'
- field: token
interface: token