#80 #653 - settings view + Astro Content Collections

This commit is contained in:
Elio Struyf
2023-09-21 16:53:51 +02:00
parent 1128e230c6
commit 4a701dd323
+2
View File
@@ -4,8 +4,10 @@
### ✨ New features
- [#80](https://github.com/estruyf/vscode-front-matter/issues/80): Minimal settings view for the Front Matter CMS
- [#553](https://github.com/estruyf/vscode-front-matter/issues/553): New `frontMatter.config.dynamicFilePath` setting which allows you to dynamically update the settings from a custom JS file
- [#563](https://github.com/estruyf/vscode-front-matter/issues/563): New `fieldCollection` to inherit/reuse fields in multiple content-types
- [#653](https://github.com/estruyf/vscode-front-matter/issues/653): Retrieve the Astro Content Collections to allow content type generation
### 🎨 Enhancements