Hi! How to create many-to-many relationship?
Even I want to know
Second this!
CollectionLink with multiple: true option:
{
"link": "collectionname",
"display": "fieldname",
"multiple": true,
"limit": false
}
_sort of_ does this. Except that it's not really a two-way relationship (i.e. linking items in one collection, won't automatically show up in the other(linked) collection.
There's a related issue here: https://github.com/agentejo/cockpit/issues/920
Most helpful comment
Even I want to know