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
multiple
option that, when set totrue
, will do just that without having to rely on alist
widget.eg: