Added collapse and dashboard buttons

This commit is contained in:
Elio Struyf
2022-03-08 15:23:53 +01:00
parent cad6a2d5b4
commit b867f72fe2
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@
- Light color theme enhancements to media cards
- Light color theme enhancements to folder cards
- Added collapse and dashboard button to the view title of the FM Panel
- [#272](https://github.com/estruyf/vscode-front-matter/issues/272): New slide over panel for showing details of media files
- [#276](https://github.com/estruyf/vscode-front-matter/issues/276): Add a Front Matter walkthrough for VS Code
- [#270](https://github.com/estruyf/vscode-front-matter/issues/270): Only show media files from public folder if `pageBundle` is not enabled on any of the content types
+7 -1
View File
@@ -1517,7 +1517,13 @@
"view/title": [
{
"command": "frontMatter.collapseSections",
"group": "frontmatter-explorer"
"group": "navigation@0",
"when": "view == frontMatter.explorer"
},
{
"command": "frontMatter.dashboard",
"group": "navigation@1",
"when": "view == frontMatter.explorer"
}
]
},