__( 'Scripts & Styles', 'smart-post-show' ), 'icon' => 'fa fa-file-code-o', 'fields' => array( array( 'type' => 'subheading', 'content' => __( 'Enqueue or Dequeue JS', 'smart-post-show' ), ), array( 'id' => 'pcp_swiper_js', 'type' => 'switcher', 'title' => __( 'Swiper JS', 'smart-post-show' ), 'text_on' => __( 'Enqueued', 'smart-post-show' ), 'text_off' => __( 'Dequeued', 'smart-post-show' ), 'text_width' => 95, 'default' => true, ), array( 'type' => 'subheading', 'content' => __( 'Enqueue or Dequeue CSS', 'smart-post-show' ), ), array( 'id' => 'pcp_swiper_css', 'type' => 'switcher', 'title' => __( 'Swiper CSS', 'smart-post-show' ), 'text_on' => __( 'Enqueued', 'smart-post-show' ), 'text_off' => __( 'Dequeued', 'smart-post-show' ), 'text_width' => 95, 'default' => true, ), array( 'id' => 'pcp_fontawesome_css', 'type' => 'switcher', 'title' => __( 'Font Awesome CSS', 'smart-post-show' ), 'text_on' => __( 'Enqueued', 'smart-post-show' ), 'text_off' => __( 'Dequeued', 'smart-post-show' ), 'text_width' => 95, 'default' => true, ), ), ) ); } }