mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
@@ -5,7 +5,7 @@ export default defineDisplay(({ i18n }) => ({
|
||||
id: 'labels',
|
||||
name: i18n.t('displays.labels.labels'),
|
||||
description: i18n.t('displays.labels.description'),
|
||||
types: ['string', 'json'],
|
||||
types: ['string', 'json', 'csv'],
|
||||
icon: 'flag',
|
||||
handler: DisplayLabels,
|
||||
options: [
|
||||
|
||||
Reference in New Issue
Block a user