Allow labels for CSV type

Fixes #3381
This commit is contained in:
rijkvanzanten
2020-12-11 18:10:14 -05:00
parent 6ebb208fd3
commit 398e6bc0a4

View File

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