You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up a new landscape project using landscape2 0.10.0 and sample data.yml from this repo and getting this error:
[build] Error: invalid yaml file
Caused by:
categories[0].subcategories[0].items[2].extra: invalid type: sequence, expected struct ItemExtra at line 32 column [build] 15
Looking closer at the error, I believe the error is caused by the data.yml has unwanted dash - after the extra field, making it a sequence type instead of a struct.
The text was updated successfully, but these errors were encountered:
I'm setting up a new landscape project using landscape2 0.10.0 and sample data.yml from this repo and getting this error:
Looking closer at the error, I believe the error is caused by the data.yml has unwanted dash
-
after theextra
field, making it a sequence type instead of a struct.The text was updated successfully, but these errors were encountered: