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',