Collection id default support
This commit is contained in:
parent
953b3391fb
commit
955fa111cf
|
@ -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' => ''
|
||||
],
|
||||
|
|
|
@ -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' => ''
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue