summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy/docs.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/taxonomy/docs.json')
-rw-r--r--.frontmatter/config/taxonomy/docs.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/.frontmatter/config/taxonomy/docs.json b/.frontmatter/config/taxonomy/docs.json
deleted file mode 100644
index f5fb9c6..0000000
--- a/.frontmatter/config/taxonomy/docs.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "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": "choice",
- "choices": [
- "full",
- "original",
- "none"
- ],
- "default": "full"
- },
- {
- "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