mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-26 21:11:38 +02:00
10 lines
370 B
TypeScript
10 lines
370 B
TypeScript
export const CONTEXT = {
|
|
canInit: "frontMatterCanInit",
|
|
initialized: "frontMatterInitialized",
|
|
canOpenPreview: "frontMatterCanOpenPreview",
|
|
canOpenDashboard: "frontMatterCanOpenDashboard",
|
|
isEnabled: "frontMatter:enabled",
|
|
isDashboardOpen: "frontMatter:dashboard:open",
|
|
wysiwyg: "frontMatter:markdown:wysiwyg",
|
|
backer: "frontMatter:backers:supporter",
|
|
}; |