estruyf / vscode-front-matter

Front Matter is a CMS running straight in Visual Studio Code. Can be used with static site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...
https://frontmatter.codes
MIT License
1.86k stars 70 forks source link

Issue: JSON Schema of frontMatter.taxonomy.fieldGroups missing #742

Closed pauko closed 5 months ago

pauko commented 5 months ago

Describe the bug When splitting a frontmatter.json file into many according to Splitting your settings in multiple files I realized that the JSON Schema of frontMatter.taxonomy.fieldGroups is missing on the server, i.e., https://frontmatter.codes/config/taxonomy.fieldgroups.schema.json can't be found.

However, field groups still seem to work in FrontMatter.

To Reproduce Steps to reproduce the behavior:

  1. open your web browser
  2. browser to https://frontmatter.codes/config/taxonomy.fieldgroups.schema.json
  3. wonder at the "Sorry! It seems we didn't write this page yet" page

Expected behavior The corresponding JSON schema file can be found at the given URL.

estruyf commented 5 months ago

@pauko good catch. The file has now been published.