%PDF- %PDF-
Direktori : /home/t/r/a/tradesc/www/relax/wp-content/themes/flatsome/inc/builder/shortcodes/ |
Current File : /home/t/r/a/tradesc/www/relax/wp-content/themes/flatsome/inc/builder/shortcodes/accordion_item.php |
<?php add_ux_builder_shortcode( 'accordion-item', array( 'type' => 'container', 'name' => __( 'Accordion Panel' ), 'template' => flatsome_ux_builder_template( 'accordion_item.html' ), 'info' => '{{ title }}', 'require' => array( 'accordion' ), 'wrap' => false, 'hidden' => true, 'options' => array( 'title' => array( 'type' => 'textfield', 'heading' => __( 'Title' ), 'default' => __( 'Accordion Panel Title' ), 'auto_focus' => true, ), 'anchor' => array( 'type' => 'textfield', 'heading' => __( 'Anchor' ), 'description' => __( 'Automatically generated if left blank.' ), 'default' => '', ), 'class' => array( 'type' => 'textfield', 'heading' => 'Custom Class', 'full_width' => true, 'placeholder' => 'class-name', 'default' => '', ), ), ) );