default enabled view modes (fixes #67)

This commit is contained in:
Leo Germani 2018-06-12 14:25:06 -03:00
parent 70a23b9c7d
commit 4c4fa0ca81
1 changed files with 1 additions and 1 deletions

View File

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