update data models

This commit is contained in:
Fabio Bonetti
2026-02-11 16:31:03 +01:00
parent e2b308c562
commit 2c012f132a
10 changed files with 333 additions and 399 deletions

View File

@@ -1,73 +1,45 @@
# 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)
- bg
- cs
- da
- de
- el
- en
- es
- et
- fi
- fr
- ga
- hr
- hu
- it
- lt
- lv
- mt
- nl
- pl
- pt
- ro
- sk
- sl
- sv
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
driver: auto
twig:
cache: false # Disable during development
cache: false
debug: true
auto_reload: true
autoescape: false
assets:
css_pipeline: false
js_pipeline: false