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