mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-29 14:31:38 +02:00
27 lines
655 B
TypeScript
27 lines
655 B
TypeScript
|
|
export const ExtensionState = {
|
|
PagesView: `frontMatter:Pages:ViewType`,
|
|
SelectedFolder: `frontMatter:SelectedFolder`,
|
|
Version: `frontMatter:Version`,
|
|
SettingPromoted: `frontMatter:Settings:Promoted`,
|
|
MoveTemplatesFolder: `frontMatter:Templates:Move`,
|
|
|
|
Dashboard: {
|
|
Contents: {
|
|
Sorting: `frontMatter:Dashboard:Contents:Sorting`,
|
|
},
|
|
Media: {
|
|
Sorting: `frontMatter:Dashboard:Media:Sorting`,
|
|
},
|
|
Pages: {
|
|
Cache: `frontMatter:Dashboard:Pages:Cache`,
|
|
Index: `frontMatter:Dashboard:Pages:Index`,
|
|
}
|
|
},
|
|
|
|
Updates: {
|
|
v7_0_0: {
|
|
dateFields: `frontMatter:Updates:v7.0.0:dateFields`
|
|
}
|
|
}
|
|
}; |