Collection id default support

This commit is contained in:
weryques 2018-03-15 09:19:19 -03:00
parent 953b3391fb
commit 955fa111cf
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ class Fields extends Repository {
'collection_id' => [ // not showed in form
'map' => 'meta',
'title' => __('Collection', 'tainacan'),
'type' => 'integer',
'type' => 'integer/string',
'description'=> __('The collection ID', 'tainacan'),
//'validation' => ''
],

View File

@ -52,7 +52,7 @@ class Filters extends Repository {
'collection_id' => [
'map' => 'meta',
'title' => __('Collection', 'tainacan'),
'type' => 'integer',
'type' => 'integer/string',
'description'=> __('The collection ID', 'tainacan'),
'validation' => ''
],