Merge pull request #52 from getkirby/feature/symfony-yaml-handler
Use Symfony YAML handler
This commit is contained in:
@@ -9,4 +9,5 @@
|
|||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
'debug' => true,
|
'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)
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user