1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Merge pull request #7268 from yguedidi/move-templates

Move templates
This commit is contained in:
Yassine Guedidi 2024-02-19 12:21:29 +01:00 committed by GitHub
commit ca587fb6b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
90 changed files with 119 additions and 118 deletions

View file

@ -43,6 +43,7 @@ framework:
# Twig Configuration
twig:
default_path: '%kernel.project_dir%/templates'
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
form_themes:
@ -198,13 +199,13 @@ scheb_two_factor:
google:
enabled: true
issuer: "%server_name%"
template: "@WallabagCore/Authentication/form.html.twig"
template: "Authentication/form.html.twig"
email:
enabled: true
sender_email: "%twofactor_sender%"
digits: 6
template: "@WallabagCore/Authentication/form.html.twig"
template: "Authentication/form.html.twig"
mailer: Wallabag\CoreBundle\Mailer\AuthCodeMailer
rulerz: