I am trying to populated the checkboxes field from a tags field on the parent page.
This is the blueprint for the parent page:
title: Our Beers
fields:
beers:
label: Beers
type: tags
separator: ;
The child page has this blueprint:
title: City
fields:
new_restaurant:
label: Add a restaurant
type: structure
fields:
available_beers:
label: Available Beers
type: checkboxes
options: field
field:
page: our-beers
name: beers
separator: ;
I am using the page uri “our-beers”, I’ve also tried “/our-beers” and “…/our-beers”, but the checkboxes return blank.