mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Added missing languages.content_fallback configuration variable to system.yaml
This commit is contained in:
parent
b331ba42b8
commit
6f78c2288f
|
|
@ -27,6 +27,7 @@ languages:
|
|||
session_store_active: false # Store active language in session
|
||||
http_accept_language: false # Attempt to set the language based on http_accept_language header in the browser
|
||||
override_locale: false # Override the default or system locale with language specific one
|
||||
content_fallback: {} # Custom language fallbacks. eg: {fr: ['fr', 'en']}
|
||||
|
||||
home:
|
||||
alias: '/home' # Default path for home, ie /
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user