summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-03-30 20:50:04 +0000
committerGitHub <noreply@github.com>2025-03-30 20:50:04 +0000
commit4f840706434b62b72361ef2664836bd98dcdc249 (patch)
tree60ae03083076cd666a637319f08657f3e786ea46 /.frontmatter/config
parentf358dd43e71176630405d118742efbdbd9146278 (diff)
parent640338b79641fa3a1957a38f9e449b05444f579c (diff)
Merge pull request #93 from anoduck/develop
docs(Added-to-docs)
Diffstat (limited to '.frontmatter/config')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/timelinejs.json86
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 c76bae1..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": "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