diff options
Diffstat (limited to '.frontmatter')
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/timelinejs.json | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/timelinejs.json b/.frontmatter/config/taxonomy/contenttypes/timelinejs.json deleted file mode 100644 index 48256c7..0000000 --- a/.frontmatter/config/taxonomy/contenttypes/timelinejs.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", - "name": "timelinejs", - "pageBundle": true, - "previewPath": "evidence/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 |
