smaple code:
'fields' => array(
array(
'id' => 'partners',
'type' => 'group',
'clone' => true,
'fields' => array(
array(
'id' => "{$prefix}title",
'class' => 'title',
'type' => 'text',
'placeholder' => 'Partner'
),
array(
'id' => "{$prefix}contact",
'type' => 'wysiwyg',
'raw' => true,
'options' => array(
'textarea_rows' => 7,
'media_buttons' => false,
'tinymce' => false
)
)
)
)
)