mirror of
https://github.com/directus/directus.git
synced 2026-01-28 14:28:02 -05:00
Fix missing display groups for file/image fields (#8927)
This commit is contained in:
@@ -8,6 +8,7 @@ export default defineDisplay({
|
||||
icon: 'insert_drive_file',
|
||||
component: DisplayFile,
|
||||
types: ['uuid'],
|
||||
groups: ['file'],
|
||||
options: [],
|
||||
fields: ['id', 'type', 'title'],
|
||||
});
|
||||
|
||||
@@ -6,6 +6,7 @@ export default defineDisplay({
|
||||
name: '$t:displays.image.image',
|
||||
description: '$t:displays.image.description',
|
||||
types: ['uuid'],
|
||||
groups: ['file'],
|
||||
icon: 'insert_photo',
|
||||
component: DisplayImage,
|
||||
options: [
|
||||
|
||||
Reference in New Issue
Block a user