[ 'type' => 'ct-options', 'setting' => ['transport' => 'postMessage'], 'inner-options' => [ [ 'search_page_title_enabled' => [ 'label' => __('Page Title', 'blocksy'), 'type' => 'ct-panel', 'switch' => true, 'value' => 'yes', 'wrapperAttr' => ['data-label' => 'heading-label'], 'setting' => ['transport' => 'postMessage'], 'inner-options' => [ blocksy_get_options('general/page-title', [ 'prefix' => 'search', 'is_search' => true ]) ] ] ], blocksy_get_options('general/posts-listing', [ 'prefix' => 'search', 'title' => __('search results', 'blocksy') ]), [ blocksy_rand_md5() => [ 'type' => 'ct-title', 'label' => __( 'Page Elements', 'blocksy' ), ], ], blocksy_get_options('general/sidebar-particular', [ 'prefix' => 'search' ]), [ blocksy_rand_md5() => [ 'type' => 'ct-title', 'label' => __( 'Functionality Options', 'blocksy' ), ], 'search_enable_live_results' => [ 'label' => __( 'Live results', 'blocksy' ), 'type' => 'ct-switch', 'value' => 'yes', ], ], ] ] ];