mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 01:13:08 +02:00
Ignore keywords field
This commit is contained in:
@@ -12,7 +12,7 @@ export interface IContentTypeValidatorProps {
|
||||
metadata: IMetadata
|
||||
}
|
||||
|
||||
const fieldsToIgnore = [`filePath`, `articleDetails`, `slug`];
|
||||
const fieldsToIgnore = [`filePath`, `articleDetails`, `slug`, `keywords`];
|
||||
|
||||
export const ContentTypeValidator: React.FunctionComponent<IContentTypeValidatorProps> = ({ fields, metadata}: React.PropsWithChildren<IContentTypeValidatorProps>) => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user