Add comment for config file

This commit is contained in:
Nico Hoffmann
2024-09-10 21:54:06 +02:00
parent 1da1d52158
commit ca9b38f303

View File

@@ -9,5 +9,5 @@
*/ */
return [ return [
'debug' => true, 'debug' => true,
'yaml.handler' => 'symfony', '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)
]; ];