default enabled view modes (fixes #67)
This commit is contained in:
parent
70a23b9c7d
commit
4c4fa0ca81
|
@ -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' => [
|
||||
|
|
Loading…
Reference in New Issue