From 63ef419d8830a51f1a866de408900980576f0dcd Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Thu, 30 Jul 2020 16:50:31 -0400 Subject: [PATCH] Use json casting for tags fields --- api/src/database/seeds/system.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/src/database/seeds/system.yaml b/api/src/database/seeds/system.yaml index df81c4be9e..b057ca3303 100644 --- a/api/src/database/seeds/system.yaml +++ b/api/src/database/seeds/system.yaml @@ -627,6 +627,7 @@ rows: field: ip_allow_list interface: tags locked: true + special: json sort: 3 width: full - collection: directus_roles @@ -810,6 +811,7 @@ rows: - collection: directus_users field: tags interface: tags + special: json sort: 9 width: full options: @@ -1341,6 +1343,7 @@ rows: locked: true options: iconRight: local_offer + special: json sort: 3 width: half - collection: directus_files