This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Make templates configurable #228
Open
Description
In https://github.com/symfony-cmf/BlockBundle/blob/master/Resources/config/services.xml all the blocks are defined. The block services have a third argument which is the template that gets rendered.
Personally I dislike making a BlockBundle myself to extend the cmf, nor do I like adding templates in app/Resources.
Is it an option to add the templates to the parameters so one can overwrite them?