#408 - add missing view mode

This commit is contained in:
Elio Struyf
2022-09-12 10:38:53 +02:00
parent 9f37ff773e
commit c6273fa9c1
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@
- [#400](https://github.com/estruyf/vscode-front-matter/issues/400): Fix for draft/published content grouping
- [#403](https://github.com/estruyf/vscode-front-matter/issues/403): Fix for media files with spaces on importing in article content
- [#404](https://github.com/estruyf/vscode-front-matter/issues/404): Fix for published sorting option in media dashboard
- [#408](https://github.com/estruyf/vscode-front-matter/issues/408): Fix for missing `dashboard.taxonomy.view` view mode in the JSON schema
## [8.0.1] - 2022-07-13
+2 -1
View File
@@ -712,7 +712,8 @@
"panel.otherActions",
"dashboard.snippets.view",
"dashboard.snippets.manage",
"dashboard.data.view"
"dashboard.data.view",
"dashboard.taxonomy.view"
]
}
}