array( 'name' => 'Portfolio', 'term' => 'portfolio', 'term_plural' => 'portfolio', 'order' => 'ASC', 'has_single' => false, 'post_options' => array('supports'=>array('title','editor', 'thumbnail')), 'taxonomy_options' => array('show_ui'=>true), 'options' => array( 'image' => array( 'type' => 'image', 'description' => 'Image of the slide.', 'title' => 'Image:', 'default' => 'http://placehold.it/350x200/09f/fff.png' ), ), 'view' => 'clients_slider_view', 'output' => array( array( //id of the output (optional) 'name' => '', //name of the output 'description' => '', //description of the output 'shortcode' => 'clients_slider', 'view' => 'clients_slider_view' ), array( 'name' => '', 'description' => '', 'shortcode' => 'clients_slider_alt', 'view' => 'clients_slider_alt_view' ) ) ), 'testimonials' => array( 'name' => 'Testimonials', 'term' => 'testimonial', 'term_plural' => 'testimonials', 'order' => 'ASC', 'has_single' => false, 'post_options' => array('supports'=>array('title','editor', 'thumbnail')), 'taxonomy_options' => array('show_ui'=>true), 'options' => array( 'testimonial_link' => array( 'title' => 'Client link', 'type' => 'line', 'description' => 'Provide a link for client site', 'default' => '', 'placeholder' => '' ), 'testimonial_meta' => array( 'title' => 'Client meta', 'type' => 'line', 'description' => 'Provide an additional client info', 'default' => '', 'placeholder' => '' ), ), 'view' => '', 'output' => array( ) ), 'timeline' => array( 'name' => 'Timeline', 'term' => 'timeline', 'term_plural' => 'timeline', 'order' => 'ASC', 'has_single' => false, 'post_options' => array('supports'=>array('title','editor')), 'taxonomy_options' => array('show_ui'=>true), 'options' => array( 'timeline_date' => array( 'title' => 'Timeline date', 'type' => 'line', 'description' => 'Provide the date of event', 'default' => '', 'placeholder' => '' ), ), 'view' => '', 'output' => array( ) )*/ );