Field group
Example configuration
...
array(
'id' => 'field-group-option',
'tab' => 'main',
'type' => 'field-group',
'fields' => array(
array(
'title' => 'My text field title',
'desc' => 'Short description for the field',
'id' => 'title',
'type' => 'text',
),
array(
'title' => 'My editor field title',
'desc' => 'Short description for the field',
'id' => 'content',
'type' => 'editor',
),
),
),
...
Description
Params
Return value
Last updated