From 1be6af820e974bdb2bedbb3a9c520e3c9fabcd6a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 17 Jul 2016 08:35:04 +0200 Subject: [PATCH] No map for tags. --- config/csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/csv.php b/config/csv.php index 20fb48a91d..707a34b8c4 100644 --- a/config/csv.php +++ b/config/csv.php @@ -108,13 +108,13 @@ return [ 'mapper' => 'Categories', ], 'tags-comma' => [ - 'mappable' => true, + 'mappable' => false, 'field' => 'tags', 'converter' => 'TagsComma', 'mapper' => 'Tags', ], 'tags-space' => [ - 'mappable' => true, + 'mappable' => false, 'field' => 'tags', 'converter' => 'TagsSpace', 'mapper' => 'Tags',