This commit is contained in:
2024-11-26 20:42:13 +01:00
parent 60d8b8bd1d
commit 855570b685
27 changed files with 1590 additions and 108 deletions

View File

@ -1,6 +1,6 @@
twig:
file_name_pattern: "*.twig"
form_themes: ['bootstrap_5_layout.html.twig']
globals:
appName: "%appName%"

View File

@ -7,6 +7,7 @@ parameters:
appEnv: "%env(resolve:APP_ENV)%"
appSecret: "%env(resolve:APP_SECRET)%"
appName: "%env(resolve:APP_NAME)%"
appNoreply: "%env(resolve:APP_NOREPLY)%"
services:
# default configuration for services in *this* file