%k25u25%fgd5n!
<?php if ( ! defined( 'FW' ) ) {
die( 'Forbidden' );
}
$options = array(
'main' => array(
'title' => false,
'type' => 'box',
'options' => array(
'header' => array(
'label' => esc_html__( 'Alternative Header', 'windazo' ),
'desc' => esc_html__( 'Use {{ brackets }} to headlight', 'windazo' ),
'type' => 'text',
),
'image' => array(
'label' => esc_html__( 'Additional Image', 'windazo' ),
'type' => 'upload',
),
'icon' => array(
'label' => esc_html__( 'Icon', 'windazo' ),
'type' => 'icon-v2',
),
'cut' => array(
'label' => esc_html__( 'Short Description', 'windazo' ),
'type' => 'textarea',
),
'price' => array(
'label' => esc_html__( 'Price', 'windazo' ),
'desc' => esc_html__( 'Use {{ brackets }} to headlight', 'windazo' ),
'type' => 'text',
),
'link' => array(
'label' => esc_html__( 'External Link', 'windazo' ),
'desc' => esc_html__( 'Replaces default service link', 'windazo' ),
'type' => 'text',
),
'items' => array(
'label' => esc_html__( 'Charts', 'windazo' ),
'type' => 'addable-box',
'value' => array(),
'box-options' => array(
'header' => array(
'label' => esc_html__( 'Header', 'windazo' ),
'type' => 'text',
),
'value' => array(
'label' => esc_html__( 'Value', 'windazo' ),
'type' => 'text',
),
),
'template' => '{{- header }}',
),
),
),
);