Sindbad~EG File Manager
<?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