Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.38 KB

01-templates.md

File metadata and controls

41 lines (30 loc) · 1.38 KB

Using my Templates

In order to use the template I created, you need to update a few configuration described in the following lines.

I've created a template for symfony/form in order to make it render Foundation markup.

In the configuration of KnpMenuBundle, you just need to update the following part :

twig:
    form_themes:
    - '@Darkanakin41Core/form/foundation.html.twig'

I've created a template for KnpLabs/KnpMenuBundle in order to make it render Foundation markup.

In the configuration of KnpMenuBundle, you just need to update the following part :

knp_menu :
    twig :
        template : "@Darkanakin41Core/knp/menu/foundation.html.twig"

I've created a template for KnpLabs/KnpMenuBundle in order to make it render Foundation markup.

In the configuration of KnpPaginatorBundle, you just need to update the following part :

knp_paginator:
  template:
    pagination: "@Darkanakin41Core/knp/pagination/foundation.html.twig"