%k25u25%fgd5n!
<?php if ( ! defined( 'FW' ) ) {
die( 'Forbidden' );
}
$options = array(
'main' => array(
'title' => false,
'type' => 'box',
'options' => array(
'cut' => array(
'label' => esc_html__( 'Short Description', 'windazo' ),
'type' => 'textarea',
),
'items' => array(
'label' => esc_html__( 'Social Icons For List', 'windazo' ),
'type' => 'addable-box',
'value' => array(),
'box-options' => array(
'icon' => array(
'label' => esc_html__( 'Icon', 'windazo' ),
'type' => 'icon',
),
'href' => array(
'label' => esc_html__( 'Link', 'windazo' ),
'desc' => esc_html__( 'If needed', 'windazo' ),
'type' => 'text',
'value' => '#',
),
),
'template' => '{{- icon }}',
),
),
),
);