From 8e27291417328de549d5a9adf79eed75993ef73d Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 28 Jul 2017 14:40:53 +0200 Subject: [PATCH] Tags no longer mappable. --- config/csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/csv.php b/config/csv.php index cc23de32f1..1f69bda24e 100644 --- a/config/csv.php +++ b/config/csv.php @@ -191,7 +191,7 @@ return [ 'mapper' => 'Categories', ], 'tags-comma' => [ - 'mappable' => true, + 'mappable' => false, 'pre-process-map' => true, 'pre-process-mapper' => 'TagsComma', 'field' => 'tags', @@ -199,7 +199,7 @@ return [ 'mapper' => 'Tags', ], 'tags-space' => [ - 'mappable' => true, + 'mappable' => false, 'pre-process-map' => true, 'pre-process-mapper' => 'TagsSpace', 'field' => 'tags',