- Issue created by @jv24
- π©πͺGermany a.dmitriiev
Frontend editing comes with 2 permissions for moving and adding paragraphs:
move paragraphs
andadd paragraphs
. The links should not be displayed for the roles that do not have those permissions.Adding a new configuration will conflict with those permissions, don't you think so?
- π©πͺGermany a.dmitriiev
Moreover, there is an event
ParagraphAddAccess
with which you can modify the result ofallowAdd
check. And for moving up/down there is another eventParagraphMoveAccess
.I would recommend that you implement event subscribers in the custom module if the permissions granularity is not enough for your use case.