Closed UtkarshVerma closed 11 months ago
JSON Schema
I expect these fields to work without issues as these are supported by Hugo. Here are the docs:
module.workspace
menu.<menu_name>.item.params
*._merge
The valid fields are marked as invalid.
# Respect theme build config build: _merge: shallow # Throws error: property _merge is not allowed menu: resume: - identifier: education name: Education weight: 1 params: # Throws error: property params is not allowed count: 1 module: workspace: hugo.work # Throws error: property workspace is not allowed
Other
No, someone else must create the PR.
Related to #3327
Fixed by #3419
Area with issue?
JSON Schema
✔️ Expected Behavior
I expect these fields to work without issues as these are supported by Hugo. Here are the docs:
module.workspace
: https://gohugo.io/hugo-modules/configuration/#module-configuration-top-levelmenu.<menu_name>.item.params
: https://gohugo.io/content-management/menus/#properties-front-matter*._merge
: https://gohugo.io/getting-started/configuration/#merge-configuration-from-themes❌ Actual Behavior
The valid fields are marked as invalid.
YAML or JSON file that does not work.
IDE or code editor.
Other
Are you making a PR for this?
No, someone else must create the PR.