?
home/cideo/www/wp-contentVIp/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php 0000666 00000001615 15127545104 0027320 0 ustar 00 <?php return array( 'name' => __( 'Section', 'js_composer' ), 'base' => 'vc_accordion_tab', 'allowed_container_element' => 'vc_row', 'is_container' => true, 'deprecated' => '4.6', 'content_element' => false, 'params' => array( array( 'type' => 'textfield', 'heading' => __( 'Title', 'js_composer' ), 'param_name' => 'title', 'value' => __( 'Section', 'js_composer' ), 'description' => __( 'Enter accordion section title.', 'js_composer' ), ), array( 'type' => 'el_id', 'heading' => __( 'Section ID', 'js_composer' ), 'param_name' => 'el_id', 'description' => sprintf( __( 'Enter optional row ID. Make sure it is unique, and it is valid as w3c specification: %s (Must not have spaces)', 'js_composer' ), '<a target="_blank" href="http://www.w3schools.com/tags/att_global_id.asp">' . __( 'link', 'js_composer' ) . '</a>' ), ), ), 'js_view' => 'VcAccordionTabView', );