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) 'url' => 'http://localhost:8080', 'panel' => [ 'install' => true, 'url' => 'http://localhost:8080', ], 'languages' => [ [ 'code' => 'de', 'default' => true, 'name' => 'Deutsch', 'locale' => 'de_DE', 'url' => '/', ], [ 'code' => 'en', 'name' => 'English', 'locale' => 'en_US', 'url' => '/en', ], ], ];