nav+maj
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/hehe.net/user/config/system.yaml',
|
||||
'modified' => 1534765162,
|
||||
'modified' => 1534926821,
|
||||
'data' => [
|
||||
'absolute_urls' => false,
|
||||
'param_sep' => ':',
|
||||
@@ -18,8 +18,8 @@ return [
|
||||
'translations' => true,
|
||||
'translations_fallback' => true,
|
||||
'session_store_active' => false,
|
||||
'http_accept_language' => false,
|
||||
'override_locale' => false
|
||||
'http_accept_language' => true,
|
||||
'override_locale' => true
|
||||
],
|
||||
'home' => [
|
||||
'alias' => '/projets',
|
||||
@@ -51,7 +51,7 @@ return [
|
||||
],
|
||||
'markdown' => [
|
||||
'extra' => false,
|
||||
'auto_line_breaks' => false,
|
||||
'auto_line_breaks' => true,
|
||||
'auto_url_links' => false,
|
||||
'escape_markup' => false,
|
||||
'special_chars' => [
|
||||
@@ -167,6 +167,10 @@ return [
|
||||
'method' => 'auto',
|
||||
'verify_peer' => true,
|
||||
'official_gpm_only' => true
|
||||
],
|
||||
'strict_mode' => [
|
||||
'yaml_compat' => true,
|
||||
'twig_compat' => true
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user