-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Issue: VSCode issues shows path
not allowed in frontMatter.data.files
#343
Comments
I see the same issue in other files, so maybe I should add some in-depth details: The following json: {
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.taxonomy.fieldGroups": [
{
"id": "author",
"labelField": "name",
"fields": [
{
"title": "Author Name",
"name": "name",
"type": "string",
"single": true
},
{
"title": "Social link",
"name": "social",
"type": "string",
"single": true
}
]
},
],
} leads to the same issue with I have structured my configuration into a subfolder that has a If you want a sample, have a look at my website repo: https://github.com/davidsneighbour/kollitsch.dev
|
This was an issue with the documentation. I have fixed it. The "frontMatter.data.files": [
{
"title": "All sponsors",
"id": "all-sponsors",
"file": "[[workspace]]/kollitsch/music.toml",
"type": "sponsors"
}
] |
Also, an issue that slipped into the documentation. The |
The 7.3.1 release is published which should fix the (unseen) issue. Thanks, @davidsneighbour for mentioning the documentation issues. It is very much appreciated! |
Linking this to #356 |
Latest version.
Describe the bug
Working on my configuration file in VSCode I see a yellow underline in the path-property of the following code sample:
The overlay says: "Property path is not allowed.". The documentation of that feature includes a
path
property: https://frontmatter.codes/docs/dashboard#re-using-a-data-type-for-files-or-foldersEither the docs or the schema used to parse the config has an issue here.
The text was updated successfully, but these errors were encountered: