Hello!
How i can render relationwidget on Tailor (type: single) page to manage other Tailor model (type: structure)?
Hello!
How i can render relationwidget on Tailor (type: single) page to manage other Tailor model (type: structure)?
Hi @anik1ng
Currently, the structure has to be managed independently of the single. Soon we will add the ability to use displayMode: controller
. This would allow the structure to be managed inside the single, and then you can set the navigation: false
on the structure to hide it.
It should arrive in October CMS v3.5
Hi @Amin
Unfortunately, no, it required some breaking changes to the relation controller so we had to push it to the next major release (v4.0). Using displayMode: controller
works partially in v3.5, but it doesn’t support nesting.