Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 940 Bytes

customization.md

File metadata and controls

32 lines (22 loc) · 940 Bytes

SettingsBundle

Customization

Overriding layout via bundle inheritance

Make use of Symfony Bundle Inheritance to expose the bundle via your own template. See the Symfony Cookbook for an article about how to override parts of a bundle.

Overriding template

The template the bundle controller will use can be overwritten by changing the configuration parameter.

dmishh_settings:
    template: DmishhSettingsBundle:Settings:manage.html.twig # change to your own

Overriding controller

TODO