[ 'label' => sprintf( __( 'Section %s', 'blocksy' ), $number ), 'type' => 'ct-select', 'value' => $default_section, 'view' => 'text', 'design' => 'inline', 'setting' => [ 'transport' => 'postMessage' ], 'choices' => blocksy_ordered_keys( [ 'header_menu' => __( 'Header Menu', 'blocksy' ), 'custom_text' => __( 'Custom Text', 'blocksy' ), 'social_icons' => __( 'Social Icons', 'blocksy' ), 'disabled' => __( 'Disabled', 'blocksy' ), ] ), ], blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'header_top_bar_section_' . $number => 'custom_text' ], 'options' => [ 'header_top_bar_section_' . $number . '_text' => [ 'label' => false, 'type' => 'textarea', 'value' => __( 'Sample text', 'blocksy' ), 'setting' => [ 'transport' => 'postMessage' ], ], ], ], blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ 'header_top_bar_section_' . $number => 'social_icons' ], 'options' => [ 'header_top_bar_socials_' . $number => [ 'label' => false, 'type' => 'ct-layers', 'manageable' => true, 'setting' => [ 'transport' => 'postMessage' ], 'value' => [ [ 'id' => 'facebook', 'enabled' => true, ], [ 'id' => 'twitter', 'enabled' => true, ], [ 'id' => 'gplus', 'enabled' => true, ], ], 'settings' => [ 'facebook' => [ 'label' => __( 'Facebook', 'blocksy' ), ], 'twitter' => [ 'label' => __( 'Twitter', 'blocksy' ), ], 'gplus' => [ 'label' => __( 'Google Plus', 'blocksy' ), ], 'linkedin' => [ 'label' => __( 'LinkedIn', 'blocksy' ), ], 'dribbble' => [ 'label' => __( 'Dribbble', 'blocksy' ), ], 'instagram' => [ 'label' => __( 'Instagram', 'blocksy' ), ], ], ], ], ], ];