mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-06 21:42:24 +02:00
22 lines
719 B
TypeScript
22 lines
719 B
TypeScript
export const CONTEXT = {
|
|
canOpenPreview: 'frontMatter:CanOpenPreview',
|
|
canOpenDashboard: 'frontMatter:CanOpenDashboard',
|
|
isEnabled: 'frontMatter:enabled',
|
|
isDashboardOpen: 'frontMatter:dashboard:open',
|
|
wysiwyg: 'frontMatter:markdown:wysiwyg',
|
|
backer: 'frontMatter:backers:supporter',
|
|
isValidFile: 'frontMatter:file:isValid',
|
|
isDevelopment: 'frontMatter:isDevelopment',
|
|
|
|
isI18nEnabled: 'frontMatter:i18n:enabled',
|
|
|
|
hasViewModes: 'frontMatter:has:modes',
|
|
|
|
isSnippetsDashboardEnabled: 'frontMatter:dashboard:snippets:enabled',
|
|
isDataDashboardEnabled: 'frontMatter:dashboard:data:enabled',
|
|
|
|
isGitEnabled: 'frontMatter:git:enabled',
|
|
|
|
projectSwitchEnabled: 'frontMatter:project:switch:enabled'
|
|
};
|