I'm using Symfony 4 and I would like to show / hide my entities in the menu depending on the roles, but it's impossible.
For example, I tried to override the menu.html.twig of EasyAdmin file but it didn't work.
It only works if I modify a loop directly in the EasyAdmin library but it's bad practice.