mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 01:41:48 +02:00
#356 - fix schema for fieldGroups
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user