We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
"Incorrect type. Expected "object".'
I think that this is supposed to be an array of objects and not an object itself.
To Reproduce
Add this config data to the frontmatter.json file and see the Problem.
"frontMatter.content.sorting": [ { "title": "Date (asc)", "name": "date", "order": "asc", "type": "date" }, { "title": "Date (desc)", "name": "date", "order": "desc", "type": "date" }, { "title": "Title (asc)", "name": "title", "order": "asc", "type": "string" }, { "title": "Title (desc)", "name": "title", "order": "desc", "type": "string" } ],
Expected behavior
Not show a Problem with the Array of Objects.
Additional context
Running on GitPod.io, can share the workspace for troubleshooting if needed.
The text was updated successfully, but these errors were encountered:
This has already been fixed for the upcoming release. 😁
Sorry, something went wrong.
#183 - Updated changelog
34aee13
Now available in the v5.6.0 release
v5.6.0
No branches or pull requests
Describe the bug
"Incorrect type. Expected "object".'
I think that this is supposed to be an array of objects and not an object itself.
To Reproduce
Add this config data to the frontmatter.json file and see the Problem.
Expected behavior
Not show a Problem with the Array of Objects.
Additional context
Running on GitPod.io, can share the workspace for troubleshooting if needed.
The text was updated successfully, but these errors were encountered: