File: /home/mdosdorg/public_html/wp-content/themes/blocksy/inc/options/integrations/eventkoi-archive.php
<?php
$options = [
'eventkoi_event_archive_options' => [
'type' => 'ct-options',
'inner-options' => [
blocksy_get_options('general/page-title', [
'prefix' => 'eventkoi_event_archive',
'is_single' => true,
'is_cpt' => true,
'enabled_label' => blocksy_safe_sprintf(
__('%s Title', 'blocksy'),
'Events'
),
'is_eventkoi' => true,
'location_name' => __('Event Archive', 'blocksy')
]),
blocksy_rand_md5() => [
'type' => 'ct-title',
'label' => __( 'Event Structure', 'blocksy' ),
],
blocksy_rand_md5() => [
'title' => __( 'General', 'blocksy' ),
'type' => 'tab',
'options' => [
blocksy_get_options('single-elements/structure', [
'default_structure' => 'type-4',
'prefix' => 'eventkoi_event_archive',
]),
],
],
blocksy_rand_md5() => [
'title' => __( 'Design', 'blocksy' ),
'type' => 'tab',
'options' => [
blocksy_get_options('single-elements/structure-design', [
'prefix' => 'eventkoi_event_archive',
'options_conditions' => [
'eventkoi_event_archive_content_style' => 'nonexistent'
]
])
],
],
]
]
];