Display padding input fields
Code Sample:
array(
'id' => 'padding_field',
'title' => __('Padding Field','text-domain'),
'details' => __('Description of padding field','text-domain'),
'value' => array(
'top' => array('val'=>'54', 'unit'=>'px' ),
'right' => array('val'=>'54', 'unit'=>'%' ),
'bottom' => array('val'=>'54', 'unit'=>'em' ),
'left' => array('val'=>'54', 'unit'=>'px' ),
),
'default' => array(
'top' => array('val'=>'54', 'unit'=>'px' ),
'right' => array('val'=>'54', 'unit'=>'px' ),
'bottom' => array('val'=>'54', 'unit'=>'px' ),
'left' => array('val'=>'54', 'unit'=>'px' ),
),
'args' => array(
'top' => array('name'=>__('Top','text-domain'), 'unit'=>'px'),
'right' => array('name'=>__('Right','text-domain'), 'unit'=>'px'),
'bottom' => array('name'=>__('Bottom','text-domain'), 'unit'=>'px'),
'left' => array('name'=>__('Left','text-domain'), 'unit'=>'px'),
),
),
Preview:

