Is there a way of including a slot from generator.yml
in Symfony? I would like to add a piece of HTML code only within some backend modules, and slots is the best idea I can come up with.
If not with generator.yml
, how can I achieve this?
Thanks!