Vafpress: Field with return array function
array(
'type' => 'radiobutton',
'name' => 'layout',
'label' => __('Project display type', 'vp_textdomain'),
'items' => array(
'data' => array(
array(
'source' => 'function',
'value' => 'display_types',
),
),
),
),