Files
vscode-front-matter/src/constants/DefaultFields.ts

11 lines
222 B
TypeScript

export const DefaultFields = {
PublishingDate: `date`,
LastModified: `lastmod`,
Description: `description`,
Title: `title`,
Slug: `slug`,
Type: `type`,
ContentType: `fmContentType`,
Keywords: `keywords`
};