#611: Fix typo in the frontMatter.global.disabledNotifications setting

This commit is contained in:
Elio Struyf
2023-07-25 21:49:29 -04:00
parent 84c647a93c
commit 5796d93b0d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@
- [#593](https://github.com/estruyf/vscode-front-matter/issues/593): Add support for date formatting in the preview path
- [#599](https://github.com/estruyf/vscode-front-matter/issues/599): Add a placeholder when the base panel view is empty
- [#602](https://github.com/estruyf/vscode-front-matter/issues/602): Find content outside the Front Matter workspace folder
- [#611](https://github.com/estruyf/vscode-front-matter/issues/611): Fix typo in the `frontMatter.global.disabledNotifications` setting
### ⚡️ Optimizations
+1 -1
View File
@@ -906,7 +906,7 @@
"markdownDescription": "Specifies the notifications you want to see. By default, all notifications types will be shown. [Check in the docs](https://frontmatter.codes/docs/settings/overview#frontmatter.global.notifications)",
"scope": "Templates"
},
"frontMatter.global.disabledNotificaitons": {
"frontMatter.global.disabledNotifications": {
"type": "array",
"default": [],
"markdownDescription": "This is an array with the notifications types that can be disabled for Front Matter CMS. [Check in the docs](https://frontmatter.codes/docs/settings/overview#frontmatter.global.disablednotifications)",