-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skeleton Woo errors with admin plugin #8
Comments
Looks like an issue with Woo skeleton's |
site.yaml is complaining about the duplicate key Title,once deleted that fixes the first problem, |
Hi - thanks for posting :-) |
Hi, "@self.modular" Thanks |
Following errors comes up after installing Woo skeleton with Grav v1.6.15 - Admin v1.9.9
YAML Linting: Found 2 linting errors
/user/config/site.yaml | Duplicate key "title" detected at line 9 (near "title: Awesome Title").
/home | The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 7 (near "items: @self.modular").
I have fixed these issues locally, but needs to be fixed on skeleton for future installations.
![Screen Shot 2019-08-23 at 14 11 54](https://user-images.githubusercontent.com/43756869/63591770-03ca0d00-c5b0-11e9-93aa-b9fede726760.png)
Thanks
The text was updated successfully, but these errors were encountered: