Skip to content

Commit

Permalink
CO: improved Twig paths (synced with PrestaShop#8489)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu committed Dec 11, 2017
1 parent 7fc63f7 commit 18d1644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config/config.yml
Expand Up @@ -55,8 +55,8 @@ twig:
form_themes:
- 'PrestaShopBundle:Admin/TwigTemplateForm:bootstrap_3_horizontal_layout.html.twig'
paths:
'%kernel.root_dir%/../src/PrestaShopBundle/Resources/views/Admin/Product': Product
'%kernel.root_dir%/../src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm': Twig
'%admin_page%/Product': Product
'%admin_page%/TwigTemplateForm': Twig
'%admin_page%/Configure/AdvancedParameters': AdvancedParameters
globals:
webpack_server: false
Expand Down

0 comments on commit 18d1644

Please sign in to comment.