mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
11 lines
222 B
TypeScript
11 lines
222 B
TypeScript
export const DefaultFields = {
|
|
PublishingDate: `date`,
|
|
LastModified: `lastmod`,
|
|
Description: `description`,
|
|
Title: `title`,
|
|
Slug: `slug`,
|
|
Type: `type`,
|
|
ContentType: `fmContentType`,
|
|
Keywords: `keywords`
|
|
};
|