Merge branch 'develop' of https://github.com/tainacan/tainacan into develop
This commit is contained in:
commit
a8f9533337
|
@ -136,6 +136,7 @@ class Collections extends Repository {
|
||||||
'type' => 'array',
|
'type' => 'array',
|
||||||
'description' => __( 'Which visualization modes will be available for the public to choose from', 'tainacan' ),
|
'description' => __( 'Which visualization modes will be available for the public to choose from', 'tainacan' ),
|
||||||
'default' => ['table', 'cards'],
|
'default' => ['table', 'cards'],
|
||||||
|
'items' => [ 'type' => 'string' ],
|
||||||
//'validation' => v::stringType(),
|
//'validation' => v::stringType(),
|
||||||
],
|
],
|
||||||
'metadata_order' => [
|
'metadata_order' => [
|
||||||
|
|
Loading…
Reference in New Issue