diff options
Diffstat (limited to '.frontmatter/config/taxonomy')
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/timelinejs.json | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/timelinejs.json b/.frontmatter/config/taxonomy/contenttypes/timelinejs.json new file mode 100644 index 0000000..c76bae1 --- /dev/null +++ b/.frontmatter/config/taxonomy/contenttypes/timelinejs.json @@ -0,0 +1,86 @@ +{ + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "timelinejs", + "pageBundle": true, + "previewPath": "docs/timeline", + "fields": [ + { + "title": "Title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "Description", + "name": "description", + "type": "string" + }, + { + "title": "date", + "name": "date", + "type": "datetime" + }, + { + "title": "Metadata", + "name": "metadata", + "type": "choice", + "choices": [ + "full", + "original", + "none" + ], + "default": "full" + }, + { + "title": "Categories", + "name": "categories", + "type": "string", + "single": true, + "default": "docs" + }, + { + "title": "Tags", + "name": "tags", + "type": "tags" + }, + { + "title": "Thumbnail", + "name": "thumbnail", + "type": "string", + "default": "https://loremflickr.com/420/360/corrupt/all?=random1" + }, + { + "title": "Type", + "name": "type", + "type": "choice", + "choices": [ + "default", + "docs", + "minimal" + ], + "default": "docs" + }, + { + "title": "Draft", + "name": "draft", + "type": "draft" + }, + { + "title": "Alias", + "name": "alias", + "type": "list" + }, + { + "title": "Modules", + "name": "modules", + "type": "string" + }, + { + "title": "FrontMatter Content Type", + "name": "fmContentType", + "type": "string", + "single": true, + "default": "docs" + } + ] +}
\ No newline at end of file |
