#356 - fix schema for fieldGroups

This commit is contained in:
Elio Struyf
2022-06-15 16:52:59 +02:00
parent 0dc2623ded
commit a0371167bc
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
### 🐞 Fixes
- [#348](https://github.com/estruyf/vscode-front-matter/issues/348): Fix media dashboard breadcrumb when multiple page folders are in use
- [#358](https://github.com/estruyf/vscode-front-matter/issues/358): FIx for relative path of the public folder
- [#356](https://github.com/estruyf/vscode-front-matter/issues/356): Re-introduce the `labelField` to the `frontMatter.taxonomy.fieldGroups` setting
- [#358](https://github.com/estruyf/vscode-front-matter/issues/358): Fix for relative path of the public folder
## [7.3.4] - 2022-06-13
+4
View File
@@ -1188,6 +1188,10 @@
"type": "string",
"description": "The name of the field group"
},
"labelField": {
"type": "string",
"description": "The name of the field to be used as display value"
},
"fields": {
"$ref": "#contenttypefield"
}