It looks like you're new here. If you want to get involved, click one of these buttons!
$fields['gallery'] = array(
'display_label' => FALSE,
'add_extra' => FALSE,
'repeatable' => TRUE,
'type' => 'template',
'label' => 'Gallery',
'limit' => 12,
'class' => 'repeatable',
'title_field' => 'cap_id',
'fields' => array(
'viewpoint' => array(
'type' => 'int',
'multiple' => TRUE
),
'src' => array(
'type' => 'asset',
'multiple' => TRUE,
'img_styles' => 'float: left; width: 100px;',
'after_html' => "<img src='{__src__}'>"
),
)
);
Comments
I'm not sure how to reference the $gallery->src. At what point are the values dropped into the template?
Cheers