Skip to content

Kirby 4.1.2

yaml

Enables the Symfony YAML parser

You can set the yaml.handler option to enable the Symfony YAML parser, which will replace the Spyc YAML parser in one of the next major releases. For now, the Spyc YAML parser is the default.

return [
    'yaml.handler' => 'symfony'
];