diff --git a/package.json b/package.json index 176b759b..bbc0c7c7 100644 --- a/package.json +++ b/package.json @@ -1229,9 +1229,15 @@ "fileType": { "type": "string", "default": "", - "enum": [ - "md", - "mdx" + "oneOf": [{ + "enum": [ + "md", + "mdx" + ] + }, + { + "type": "string" + } ], "description": "%setting.frontMatter.taxonomy.contentTypes.items.properties.fileType.description%" },