2021-02-23 02:09:46 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$options = [
|
|
|
|
'title' => __('Tainacan Repository Items', 'tainacan-blocksy'),
|
|
|
|
'container' => [ 'priority' => 8 ],
|
|
|
|
'options' => [
|
|
|
|
'tainacan_repository_items_list_section_options' => [
|
|
|
|
'type' => 'ct-options',
|
|
|
|
'setting' => [ 'transport' => 'postMessage' ],
|
2021-04-14 17:40:23 +00:00
|
|
|
'inner-options' => blocksy_get_options(TAINACAN_BLOCKSY_PLUGIN_DIR_PATH . '/inc/options/posts/tainacan-item-archive.php', [
|
2021-02-23 02:09:46 +00:00
|
|
|
'prefix' => 'tainacan-repository-items',
|
|
|
|
'is_general_cpt' => true
|
2022-06-10 20:25:27 +00:00
|
|
|
], false)
|
|
|
|
]
|
|
|
|
]
|
2021-02-23 02:09:46 +00:00
|
|
|
];
|