mirror of
https://github.com/directus/directus.git
synced 2026-02-17 15:51:27 -05:00
Fix multiple issues in Data Model view (#8333)
* disable the labels for disabled display templates * fix color placeholder & field name * fix singleton field label translation * fix collections note placeholder translation
This commit is contained in:
@@ -21,7 +21,7 @@ fields:
|
||||
- field: note
|
||||
interface: input
|
||||
options:
|
||||
placeholder: A description of this collection...
|
||||
placeholder: $t:field_options.directus_collections.note_placeholder
|
||||
width: half
|
||||
|
||||
- field: icon
|
||||
@@ -32,7 +32,7 @@ fields:
|
||||
- field: color
|
||||
interface: select-color
|
||||
options:
|
||||
placeholder: $t:field_options.directus_collections.note_placeholder
|
||||
placeholder: $t:interfaces.select-color.placeholder
|
||||
width: half
|
||||
|
||||
- field: display_template
|
||||
@@ -52,7 +52,7 @@ fields:
|
||||
special: boolean
|
||||
interface: boolean
|
||||
options:
|
||||
label: Treat as single object
|
||||
label: $t:singleton_label
|
||||
width: half
|
||||
|
||||
- field: translations
|
||||
|
||||
Reference in New Issue
Block a user