Merge branch 'develop' of https://github.com/tainacan/tainacan into develop

This commit is contained in:
mateuswetah 2018-06-12 21:29:42 -03:00
commit a8f9533337
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ class Collections extends Repository {
'type' => 'array',
'description' => __( 'Which visualization modes will be available for the public to choose from', 'tainacan' ),
'default' => ['table', 'cards'],
'items' => [ 'type' => 'string' ],
//'validation' => v::stringType(),
],
'metadata_order' => [