_x( 'Code', 'Customizer panel title.', '1io' ), 'sections' => array( /* CSS Section */ 'fl-css-code-section' => array( 'title' => _x( 'CSS Code', 'Customizer section title.', '1io' ), 'options' => array( /* CSS */ 'fl-css-code' => array( 'setting' => array( 'default' => '', 'transport' => 'postMessage', ), 'control' => array( 'description' => __( 'CSS entered in the box below will be rendered within <style> tags.', '1io' ), 'class' => 'FLCustomizerControl', 'type' => 'code', 'mode' => 'css', ), ), ), ), /* JavaScript Section */ 'fl-js-code-section' => array( 'title' => _x( 'JavaScript Code', 'Customizer section title.', '1io' ), 'options' => array( /* JavaScript */ 'fl-js-code' => array( 'setting' => array( 'default' => '', 'transport' => 'postMessage', ), 'control' => array( 'description' => __( 'JavaScript entered in the box below will be rendered within <script> tags.', '1io' ), 'class' => 'FLCustomizerControl', 'type' => 'code', 'mode' => 'javascript', 'preview_button' => true, ), ), ), ), /* Head Section */ 'fl-head-code-section' => array( 'title' => _x( 'Head Code', 'Customizer section title.', '1io' ), 'options' => array( /* Head */ 'fl-head-code' => array( 'setting' => array( 'default' => '', 'transport' => 'postMessage', ), 'control' => array( 'description' => __( 'Code entered in the box below will be rendered within the page <head> tag.', '1io' ), 'class' => 'FLCustomizerControl', 'type' => 'code', 'preview_button' => true, ), ), ), ), /* Header Section */ 'fl-header-code-section' => array( 'title' => _x( 'Header Code', 'Customizer section title.', '1io' ), 'options' => array( /* Footer */ 'fl-header-code' => array( 'setting' => array( 'default' => '', 'transport' => 'postMessage', ), 'control' => array( 'description' => __( 'Code entered in the box below will be rendered directly after the opening <body> tag.', '1io' ), 'class' => 'FLCustomizerControl', 'type' => 'code', 'preview_button' => true, ), ), ), ), /* Footer Section */ 'fl-footer-code-section' => array( 'title' => _x( 'Footer Code', 'Customizer section title.', '1io' ), 'options' => array( /* Footer */ 'fl-footer-code' => array( 'setting' => array( 'default' => '', 'transport' => 'postMessage', ), 'control' => array( 'description' => __( 'Code entered in the box below will be rendered directly before the closing <body> tag.', '1io' ), 'class' => 'FLCustomizerControl', 'type' => 'code', 'preview_button' => true, ), ), ), ), ), ));