__( 'Control Assets', 'post-carousel' ), 'icon' => 'fa fa-tasks', 'fields' => array( array( 'id' => 'pcp_swiper_js', 'type' => 'switcher', 'title' => __( 'Swiper JS', 'post-carousel' ), 'text_on' => __( 'Enqueued', 'post-carousel' ), 'text_off' => __( 'Dequeued', 'post-carousel' ), 'text_width' => 110, 'default' => true, ), array( 'id' => 'pcp_swiper_css', 'type' => 'switcher', 'title' => __( 'Swiper CSS', 'post-carousel' ), 'text_on' => __( 'Enqueued', 'post-carousel' ), 'text_off' => __( 'Dequeued', 'post-carousel' ), 'text_width' => 110, 'default' => true, ), array( 'id' => 'pcp_fontawesome_css', 'type' => 'switcher', 'title' => __( 'Font Awesome CSS', 'post-carousel' ), 'text_on' => __( 'Enqueued', 'post-carousel' ), 'text_off' => __( 'Dequeued', 'post-carousel' ), 'text_width' => 110, 'default' => true, ), array( 'id' => 'pcp_delete_all_data', 'type' => 'checkbox', 'class' => 'pcp-delete-data', 'title' => __( 'Clean-up Data on Deletion', 'post-carousel' ), 'title_info' => __( 'Delete all Smart Post Show data from the database on plugin uninstalling and deletion.', 'post-carousel' ), 'default' => false, ), ), ) ); } }