maj
This commit is contained in:
5
user/config/plugins/twig-extensions.yaml
Normal file
5
user/config/plugins/twig-extensions.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
enabled: false
|
||||
modules:
|
||||
- array
|
||||
- intl
|
||||
- date
|
@@ -1,4 +1,5 @@
|
||||
absolute_urls: false
|
||||
timezone: Europe/Paris
|
||||
param_sep: ':'
|
||||
wrapped_site: false
|
||||
reverse_proxy_setup: false
|
||||
@@ -8,12 +9,14 @@ username_regex: '^[a-z0-9_-]{3,16}$'
|
||||
pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}'
|
||||
intl_enabled: true
|
||||
languages:
|
||||
supported:
|
||||
- fr
|
||||
include_default_lang: true
|
||||
translations: true
|
||||
translations_fallback: true
|
||||
session_store_active: false
|
||||
http_accept_language: false
|
||||
override_locale: false
|
||||
session_store_active: true
|
||||
http_accept_language: true
|
||||
override_locale: true
|
||||
home:
|
||||
alias: /home
|
||||
hide_in_urls: false
|
||||
|
Reference in New Issue
Block a user