Skip to content
Snippets Groups Projects
Commit d5b54beb authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

Fix #817

parent 1080d94d
No related branches found
No related tags found
No related merge requests found
Pipeline #57550 passed
......@@ -52,7 +52,7 @@ twig:
app_notification_dashboard_number: '%env(APP_NOTIFICATION_DASHBOARD_NUMBER)%'
app_notification_header_number: '%env(APP_NOTIFICATION_HEADER_NUMBER)%'
app_notification_dashboard_shown: '%env(APP_NOTIFICATION_DASHBOARD_SHOWN)%'
app_activate_notifications: '%env(APP_ACTIVATE_NOTIFICATIONS)%'
app_activate_notifications: '%env(bool:APP_ACTIVATE_NOTIFICATIONS)%'
app_notification_email_first_line: '%env(APP_NOTIFICATION_EMAIL_FIRST_LINE)%'
app_max_upload_size: '%env(APP_MAX_UPLOAD_SIZE)%'
sso_icon: '%env(SSO_ICON)%'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment