No map for tags.

This commit is contained in:
James Cole 2016-07-17 08:35:04 +02:00
parent 3b686b6d1c
commit 1be6af820e

View File

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