mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 09:21:39 +02:00
7 lines
117 B
TypeScript
7 lines
117 B
TypeScript
|
|
export const DefaultFields = {
|
|
PublishingDate: `date`,
|
|
LastModified: `lastmod`,
|
|
Description: `description`
|
|
};
|