getgrav / grav-theme-deliver

Grav Deliver Theme
https://getgrav.org
MIT License
30 stars 14 forks source link

The reserved indicator "@" cannot start a plain scalar #37

Closed Machion closed 2 years ago

Machion commented 3 years ago

Using grav 1.7.0 and deliver 1.7.1 the Grav Yaml Linter found an error at /user/themes/deliver/blueprints/blog.yaml saying:

The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 2 (near "@extends:")

mahagr commented 3 years ago

As a workaround you can set Configuration > System > Advanced > YAML Compatibility to on.

Thank you for reporting the bug. :)

Machion commented 3 years ago

Thanks for the tip, but it doesn't seem to work. At least the bug doesn't affect site functionality (for now). Interestingly grav-backend is much faster with YAML compatibility on.