__( 'Custom CSS & JS', 'post-carousel' ), 'icon' => 'fa fa-css3', 'fields' => array( array( 'id' => 'pcp_custom_css', 'type' => 'code_editor', 'title' => __( 'Custom CSS', 'post-carousel' ), 'settings' => array( 'icon' => 'fa fa-sliders', 'theme' => 'mbo', 'mode' => 'css', ), ), array( 'id' => 'pcp_custom_js', 'type' => 'code_editor', 'title' => __( 'Custom JS', 'post-carousel' ), 'settings' => array( 'icon' => 'fa fa-sliders', 'theme' => 'monokai', 'mode' => 'javascript', ), ), ), ) ); } }