I am having trouble accessing the nested structure - Does anyone have any suggustion? Do I need another foreach loop?
<?php foreach($page->checkboxes()->agendas()->toStructure() as $agendas):?>
<li><label><input type="checkbox" value="<?= $agendas->tag() ?>" id="<?= $agendas->tag() ?>"/><?= $agendas->title() ?></label></li>
<?php endforeach ?>
content:
label: Content
icon: text
fields:
checkboxes:
type: structure
label: Checkboxes
fields:
agendas:
type: structure
label: Agendas
fields:
title:
type: text
width: 1/4
tag:
type: text
width: 1/4