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.
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.