Merge remote-tracking branch 'origin/develop' into field-mapping-interface
This commit is contained in:
commit
97f9562d19
|
@ -135,7 +135,7 @@ class Collections extends Repository {
|
||||||
'title' => __( 'Enabled view modes', 'tainacan' ),
|
'title' => __( 'Enabled view modes', 'tainacan' ),
|
||||||
'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' => [],
|
'default' => ['table', 'cards'],
|
||||||
//'validation' => v::stringType(),
|
//'validation' => v::stringType(),
|
||||||
],
|
],
|
||||||
'metadata_order' => [
|
'metadata_order' => [
|
||||||
|
|
Loading…
Reference in New Issue