array(
'id' => 'opt-slides',
'type' => 'slides',
'title' => __( 'Slides Options', 'redux-framework-demo' ),
'subtitle' => __( 'Unlimited slides with drag and drop sortings.', 'redux-framework-demo' ),
'desc' => __( 'This field will store all slides values into a multidimensional array to use into a foreach loop.', 'redux-framework-demo' ),
'show' => array(
'title' => false,
'description' => false,
'url' => false
),
'placeholder' => array(
'title' => __( 'This is a title', 'redux-framework-demo' ),
'description' => __( 'Description Here', 'redux-framework-demo' ),
'url' => __( 'Give us a link!', 'redux-framework-demo' ),
),
),