From ecc34cd1fde9b4c643474b3783aa001002b91ab9 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Tue, 8 Oct 2024 14:50:51 -0400 Subject: ci(.frontMatter): :construction_worker: conf file to conf dir Divided configuration of FrontMatter into numerous files. --- .frontmatter/config/taxonomy/docs.json | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .frontmatter/config/taxonomy/docs.json (limited to '.frontmatter/config/taxonomy/docs.json') diff --git a/.frontmatter/config/taxonomy/docs.json b/.frontmatter/config/taxonomy/docs.json new file mode 100644 index 0000000..56da5c5 --- /dev/null +++ b/.frontmatter/config/taxonomy/docs.json @@ -0,0 +1,44 @@ +{ + "name": "Docs", + "pageBundle": false, + "previewPath": null, + "fields": [ + { + "title": "Title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "Description", + "name": "description", + "type": "string" + }, + { + "title": "Metadata", + "name": "metadata", + "type": "string" + }, + { + "title": "Categories", + "name": "categories", + "type": "choice", + "choices": [ + "Persons", + "Evidence", + "Legal" + ] + }, + { + "title": "Type", + "name": "type", + "type": "choice", + "choices": [ + "default", + "docs", + "minimal" + ], + "default": "docs" + } + ] +} \ No newline at end of file -- cgit v1.2.3