Hello,
I’m trying to get all fields from a collection referenced in a relation widget field, not just the single value declared in “valueField”. Is there any way to do this?
Thanks.
This is my current configuration:
collections:
- label: Child
name: child
folder: child
fields:
- label: Name
name: title
widget: string
- label: Age
name: age
widget: number
- label: Father
name: father
folder: father
fields:
- label: Name
name: title
widget: string
- label: Children
name: children
widget: list
fields:
- label: Child
name: child
widget: relation
collection: child
valueField: title