diff --git a/package.json b/package.json index aadc62a6..0da0ce09 100644 --- a/package.json +++ b/package.json @@ -1049,6 +1049,11 @@ ], "description": "%setting.frontMatter.taxonomy.contentTypes.items.properties.fileType.description%" }, + "clearEmpty": { + "type": "boolean", + "default": false, + "description": "%setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.clearEmpty.description%" + }, "fields": { "$id": "#contenttypefield", "type": "array", @@ -1281,11 +1286,6 @@ "default": false, "description": "%setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.required.description%" }, - "clearEmpty": { - "type": "boolean", - "default": false, - "description": "%setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.clearEmpty.description%" - }, "customType": { "type": "string", "default": "",