Hi all,
items:
label: Items
type: multiselect
options:
type: query
query: site.find('items').items.toStructure
text: "{{ structureItem.name }}"
value: "{{ structureItem }}"
the saved result in the content file is: Items: 0, 1
is it possible to save the whole structureItem as json or how to get those entries from the original structure field?
like: ->whereIn [0,1]
thx