I've two collections
- Posts
- Categories
In my case, each post can have multiple categories.
Hence the way I'm setting it is Post has a field of type List which is further a Field of type Relation. Is there a straightforward way to specify this relationship?
Thanks
The Relation widget has a
multipleoption that, when set totrue, will do just that without having to rely on alistwidget.eg: