diff options
Diffstat (limited to '.frontmatter/config')
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/docs.json | 20 |
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 |
