[ 'title' => __( 'General', 'blocksy' ), 'type' => 'tab', 'options' => [ 'header_text' => [ 'label' => false, 'type' => 'wp-editor', 'value' => __( 'Sample text', 'blocksy' ), 'desc' => __( 'You can add here some arbitrary HTML code.', 'blocksy' ), 'divider' => 'bottom', 'disableRevertButton' => true, 'setting' => [ 'transport' => 'postMessage' ], ], 'headerTextMaxWidth' => [ 'label' => __( 'Container Maximum Width', 'blocksy' ), 'type' => 'ct-slider', 'min' => 10, 'max' => 100, 'value' => [ 'mobile' => '100', 'tablet' => '100', 'desktop' => '100', ], 'defaultUnit' => '%', 'responsive' => true, 'setting' => [ 'transport' => 'postMessage' ], ], ], ], blocksy_rand_md5() => [ 'title' => __( 'Design', 'blocksy' ), 'type' => 'tab', 'options' => [ 'headerTextFont' => [ 'type' => 'ct-typography', 'label' => __( 'Font', 'blocksy' ), 'value' => blocksy_typography_default_values([ 'size' => '15px', 'variation' => 'n4', 'line-height' => '1.3', ]), 'setting' => [ 'transport' => 'postMessage' ], ], 'headerTextColor' => [ 'label' => __( 'Font Color', 'blocksy' ), 'type' => 'ct-color-picker', 'design' => 'block', 'responsive' => true, 'setting' => [ 'transport' => 'postMessage' ], 'value' => [ 'default' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], 'hover' => [ 'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'), ], ], 'pickers' => [ [ 'title' => __( 'Initial', 'blocksy' ), 'id' => 'default', 'inherit' => 'var(--color)' ], [ 'title' => __( 'Hover', 'blocksy' ), 'id' => 'hover', 'inherit' => 'var(--colorHover)' ], ], ], 'headerTextMargin' => [ 'label' => __( 'Margin', 'blocksy' ), 'type' => 'ct-spacing', 'divider' => 'top', 'setting' => [ 'transport' => 'postMessage' ], 'value' => blocksy_spacing_value([ 'linked' => true, ]), 'responsive' => true ], ], ], blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'wp_customizer_current_view' => 'mobile' ], 'options' => [ blocksy_rand_md5() => [ 'type' => 'ct-divider', ], 'visibility' => [ 'label' => __( 'Item Visibility', 'blocksy' ), 'type' => 'ct-visibility', 'design' => 'block', 'setting' => [ 'transport' => 'postMessage' ], 'allow_empty' => true, 'value' => [ 'tablet' => true, 'mobile' => true, ], 'choices' => blocksy_ordered_keys([ 'tablet' => __( 'Tablet', 'blocksy' ), 'mobile' => __( 'Mobile', 'blocksy' ), ]), ], ], ], ];