[ 'type' => 'ct-options', 'setting' => [ 'transport' => 'postMessage' ], 'customizer_section' => 'layout', 'inner-options' => [ blocksy_get_options('general/layout'), blocksy_get_options('general/breadcrumbs'), blocksy_get_options('general/buttons'), blocksy_get_options('general/content-elements'), blocksy_get_options('general/form-elements'), blocksy_get_options('general/back-to-top'), [ 'has_passepartout' => [ 'label' => __( 'Website Frame', 'blocksy' ), 'type' => 'ct-panel', 'switch' => true, 'value' => 'no', 'setting' => [ 'transport' => 'postMessage' ], 'inner-options' => [ 'passepartoutSize' => [ 'label' => __( 'Frame Size', 'blocksy' ), 'type' => 'ct-slider', 'min' => 0, 'max' => 50, 'responsive' => true, 'value' => 10, 'setting' => [ 'transport' => 'postMessage' ], ], 'passepartoutColor' => [ 'label' => __( 'Frame Color', 'blocksy' ), 'type' => 'ct-color-picker', 'design' => 'inline', 'setting' => [ 'transport' => 'postMessage' ], 'value' => [ 'default' => [ 'color' => 'var(--paletteColor1)', ], ], 'pickers' => [ [ 'title' => __( 'Initial', 'blocksy' ), 'id' => 'default', ], ], ], ], ], ], apply_filters('blocksy:options:general:bottom', []) ], ], 'customizer_color_scheme' => [ 'label' => __( 'Color scheme', 'blocksy' ), 'type' => 'hidden', 'label' => '', 'value' => 'no', 'setting' => [ 'transport' => 'postMessage' ], ], ];