mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-08 09:53:20 +02:00
#482 - Default content type description update
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
### 🐞 Fixes
|
||||
|
||||
- [#470](https://github.com/estruyf/vscode-front-matter/issues/470): Fix `initialize project` dashboard description
|
||||
- [#482](https://github.com/estruyf/vscode-front-matter/issues/482): Update the description when you want to overwrite the default content type description
|
||||
|
||||
## [8.2.0] - 2022-12-08 - [Release notes](https://beta.frontmatter.codes/updates/v8.2.0)
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ export class ContentType {
|
||||
|
||||
const override = await window.showQuickPick(["Yes", "No"], {
|
||||
title: "Override default content type",
|
||||
placeHolder: "Do you want to override the default content type?",
|
||||
placeHolder: "Do you want to overwrite the default content type configuration with the fields used in the current field?",
|
||||
ignoreFocusOut: true
|
||||
});
|
||||
const overrideBool = override === "Yes";
|
||||
|
||||
Reference in New Issue
Block a user