Merge pull request #52 from getkirby/feature/symfony-yaml-handler

Use Symfony YAML handler
This commit is contained in:
Nico Hoffmann ෴.
2025-01-21 21:38:11 +01:00
committed by GitHub

View File

@@ -9,4 +9,5 @@
*/
return [
'debug' => true,
'yaml.handler' => 'symfony', // already makes use of the more modern Symfony YAML parser: https://getkirby.com/docs/reference/system/options/yaml (will become the default in a future Kirby version)
];