Replies: 2 comments 4 replies
-
The control panel allows you to maintain relationships between elements from the source element only. So you can either assign awards to a persons field on the persons edit page, or assign persons to an awards field on the awards edit page. In Twig, of course, you can create bi-directional queries, so that you can determine and output reverse relationships between elements. To do so in the control panel, you'd need to use a plugin such as Reverse Relations. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I know that this is possible by query. But I am explicitly interested in the representation in the control panel. This would really improve the maintenance and overview. And it would be much easier to query both sides of relations in graphql. I have already looked at the plugin Reverse Relations, but graph ql is not supported and therefore does not help me. |
Beta Was this translation helpful? Give feedback.
-
Is there any way to maintain bidirectional relations in the control panel?
Example:
I have the entries Awards and Persons. Awards are assigned to persons and vice versa.
It would make it much easier for the editor if he could maintain the relation on both entries.
Beta Was this translation helpful? Give feedback.
All reactions