summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/docs.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json
index 8004565..182dc9a 100644
--- a/.frontmatter/config/taxonomy/contenttypes/docs.json
+++ b/.frontmatter/config/taxonomy/contenttypes/docs.json
@@ -34,6 +34,16 @@
"default": "Evidence"
},
{
+ "title": "Tags",
+ "name": "tags",
+ "type": "tags"
+ },
+ {
+ "title": "Thumbnail",
+ "name": "thumbnail",
+ "type": "string"
+ },
+ {
"title": "Type",
"name": "type",
"type": "choice",
@@ -43,6 +53,16 @@
"minimal"
],
"default": "docs"
+ },
+ {
+ "title": "Draft",
+ "name": "draft",
+ "type": "draft"
+ },
+ {
+ "title": "Modules",
+ "name": "modules",
+ "type": "string"
}
]
} \ No newline at end of file