From 2e1faaa34f26dc2695c396dae25d05ab1dece1ae Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 17 Feb 2022 19:01:58 -0800 Subject: [PATCH] Sort all settings --- package.json | 56 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index 7368fe46..ad44c67f 100644 --- a/package.json +++ b/package.json @@ -858,28 +858,6 @@ ], "scope": "Taxonomy" }, - "frontMatter.taxonomy.fieldGroups": { - "type": "array", - "markdownDescription": "Define the field groups you want to use for your block fields. [Check in the docs](https://frontmatter.codes/docs/settings#frontMatter.taxonomy.fieldgroups)", - "default": [], - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "description": "The name of the field group" - }, - "fields": { - "$ref": "#contenttypefield" - } - }, - "additionalProperties": false, - "required": [ - "name", - "fields" - ] - } - }, "frontMatter.taxonomy.customTaxonomy": { "type": "array", "markdownDescription": "Specify the custom taxonomy field data. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.taxonomy.tags)", @@ -916,6 +894,28 @@ "markdownDescription": "Specify the date format for your articles. Check [date-fns formating](https://date-fns.org/v2.0.1/docs/format) for more information. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.taxonomy.dateformat)", "scope": "Taxonomy" }, + "frontMatter.taxonomy.fieldGroups": { + "type": "array", + "markdownDescription": "Define the field groups you want to use for your block fields. [Check in the docs](https://frontmatter.codes/docs/settings#frontMatter.taxonomy.fieldgroups)", + "default": [], + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The name of the field group" + }, + "fields": { + "$ref": "#contenttypefield" + } + }, + "additionalProperties": false, + "required": [ + "name", + "fields" + ] + } + }, "frontMatter.taxonomy.frontMatterType": { "type": "string", "default": "YAML", @@ -1001,6 +1001,11 @@ }, "scope": "Taxonomy" }, + "frontMatter.telemetry.disable": { + "type": "boolean", + "default": false, + "markdownDescription": "Specify if you want to disable the telemetry. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.telemetry.disable)" + }, "frontMatter.templates.folder": { "type": "string", "default": ".frontmatter/templates", @@ -1012,11 +1017,6 @@ "default": "yyyy-MM-dd", "markdownDescription": "Specify the prefix you want to add for your new article filenames. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.templates.prefix)", "scope": "Templates" - }, - "frontMatter.telemetry.disable": { - "type": "boolean", - "default": false, - "markdownDescription": "Specify if you want to disable the telemetry. [Check in the docs](https://frontmatter.codes/docs/settings#frontmatter.telemetry.disable)" } } }, @@ -1540,4 +1540,4 @@ "dependencies": { "node-fetch": "^2.6.7" } -} +} \ No newline at end of file