Sindbad~EG File Manager

Current Path : /www/wwwroot/33win.is/wp-content/themes/flatsome/inc/builder/shortcodes/
Upload File :
Current File : /www/wwwroot/33win.is/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,
        ),
        'class' => array(
            'type' => 'textfield',
            'heading' => 'Custom Class',
            'full_width' => true,
            'placeholder' => 'class-name',
            'default' => '',
        ),
    ),
) );

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists