Fix missing display groups for file/image fields (#8927)

This commit is contained in:
Rijk van Zanten
2021-10-18 16:30:39 -04:00
committed by GitHub
parent 331afb1b03
commit 0b3dbff3d8
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export default defineDisplay({
icon: 'insert_drive_file',
component: DisplayFile,
types: ['uuid'],
groups: ['file'],
options: [],
fields: ['id', 'type', 'title'],
});

View File

@@ -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: [