Files
PMG-backoffice/config/system.yaml
Fabio Bonetti e56123f314 Initial commit
2026-02-11 14:57:12 +01:00

74 lines
1.5 KiB
YAML

# Grav System Configuration
# /user/config/system.yaml
languages:
supported:
# EU Protocol Order (alphabetical by native name)
- bg # български (Bulgarian)
- es # español (Spanish)
- cs # čeština (Czech)
- da # dansk (Danish)
- de # Deutsch (German)
- et # eesti (Estonian)
- el # ελληνικά (Greek)
- en # English
- fr # français (French)
- ga # Gaeilge (Irish)
- hr # hrvatski (Croatian)
- it # italiano (Italian)
- lv # latviešu (Latvian)
- lt # lietuvių (Lithuanian)
- hu # magyar (Hungarian)
- mt # Malti (Maltese)
- nl # Nederlands (Dutch)
- pl # polski (Polish)
- pt # português (Portuguese)
- ro # română (Romanian)
- sk # slovenčina (Slovak)
- sl # slovenščina (Slovenian)
- fi # suomi (Finnish)
- sv # svenska (Swedish)
default_lang: en
include_default_lang: true
translations: true
translations_fallback: true
session_store_active: false
http_accept_language: true
override_locale: false
pages:
theme: quark
markdown:
extra: true
types:
- txt
- xml
- html
- htm
- json
- rss
- atom
cache:
enabled: false # Disable during development
check:
method: file
driver: auto
prefix: 'g'
lifetime: 604800
debugger:
enabled: false
shutdown:
close_connection: true
twig:
cache: false # Disable during development
debug: true
auto_reload: true
autoescape: false
assets:
css_pipeline: false
js_pipeline: false