Display margin fields
Code Sample:
array(
'id' => 'margin_field',
'title' => __('Margin Field','text-domain'),
'details' => __('Description of margin field','text-domain'),
'value' => 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' ),
),
'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:

