summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/backend/config/packages/twig.yaml
blob: 74562e70b8b93180ca1a85e870004981d831e594 (plain)
1
2
3
4
5
twig:
    default_path: '%kernel.project_dir%/templates'
    debug: '%kernel.debug%'
    strict_variables: '%kernel.debug%'
    exception_controller: 'FOS\RestBundle\Controller\ExceptionController::showAction'