Trying to use the query
function for checkboxes, but would like to have a simple tag field in the site section, and query them as checkboxes in another blueprint. Is something like this possible without a lot of intervention? Or do i need to make a special controller?
So it would be something like this:
fields:
category:
label: Category
type: checkboxes
default: architecture
options: query
query:
page: ((can this be the site?))
fetch: ((tag selector name))
value: '{{tagname}}'
text: '{{tagname}}'