diff options
Diffstat (limited to '.frontmatter/config')
| -rw-r--r-- | .frontmatter/config/data/files/bs-timeline.json | 36 | ||||
| -rw-r--r-- | .frontmatter/config/data/files/knightlabs.json | 44 | ||||
| -rw-r--r-- | .frontmatter/config/data/types/knightlabs.json | 86 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/docs.json | 4 |
4 files changed, 3 insertions, 167 deletions
diff --git a/.frontmatter/config/data/files/bs-timeline.json b/.frontmatter/config/data/files/bs-timeline.json index f845efe..57ef409 100644 --- a/.frontmatter/config/data/files/bs-timeline.json +++ b/.frontmatter/config/data/files/bs-timeline.json @@ -5,40 +5,6 @@ "file": "[[workspace]]/data/bs-timeline.yml", "labelField": "name", "fileType": "yaml", - "singleEntry": true, - "schema": { - "title": "Timeline", - "type": "object", - "required": [ - "title", - "date" - ], - "properties": { - "name": { - "type": "string", - "title": "Title" - }, - "date": { - "type": "string", - "title": "Date" - }, - "icon": { - "type": "string", - "title": "Icon" - }, - "color": { - "type": "string", - "title": "Color" - }, - "url": { - "type": "string", - "title": "URL" - }, - "content": { - "type": "string", - "title": "Content" - } - } - }, + "singleEntry": false, "type": "bs-timeline" }
\ No newline at end of file diff --git a/.frontmatter/config/data/files/knightlabs.json b/.frontmatter/config/data/files/knightlabs.json deleted file mode 100644 index e8d5aac..0000000 --- a/.frontmatter/config/data/files/knightlabs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/data.files.schema.json", - "id": "knightlabs", - "title": "knightlabs", - "file": "[[workspace]]/data/knightlabs.json", - "labelField": "name", - "fileType": "json", - "singleEntry": true, - "schema": { - "title": "Timeline", - "type": "object", - "required": [ - "name", - "date" - ], - "properties": { - "name": { - "type": "string", - "title": "Title" - }, - "date": { - "type": "string", - "title": "Date" - }, - "icon": { - "type": "string", - "title": "Icon" - }, - "color": { - "type": "string", - "title": "Color" - }, - "url": { - "type": "string", - "title": "URL" - }, - "content": { - "type": "string", - "title": "Content" - } - } - }, - "type": "knightlabs" -}
\ No newline at end of file diff --git a/.frontmatter/config/data/types/knightlabs.json b/.frontmatter/config/data/types/knightlabs.json deleted file mode 100644 index 8d9fc80..0000000 --- a/.frontmatter/config/data/types/knightlabs.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/data.files.schema.json", - "id": "knightlabs", - "schema": { - "title": "Knightlabs Timeline", - "type": "object", - "required": [ - "name", - "date" - ], - "properties": { - "year": { - "type": "number", - "title": "Year" - }, - "month": { - "type": "number", - "title": "Month" - }, - "day": { - "title": "Day", - "type": "number" - }, - "time": { - "title": "Time", - "type": "string" - }, - "end year": { - "type": "number", - "title": "End Year" - }, - "end month": { - "type": "number", - "title": "End Month" - }, - "end day": { - "title": "End Day", - "type": "number" - }, - "end time": { - "title": "End Time", - "type": "string" - }, - "display date": { - "title": "Display Date", - "type": "string" - }, - "headline": { - "title": "headline", - "type": "string" - }, - "text": { - "type": "string", - "title": "Text" - }, - "media": { - "type": "string", - "title": "Media" - }, - "media credit": { - "type": "string", - "title": "Media Credit" - }, - "media caption": { - "type": "string", - "title": "Media Caption" - }, - "media thumbnail": { - "type": "string", - "title": "Media Thumbnail" - }, - "type": { - "type": "string", - "title": "Type" - }, - "group": { - "title": "Group", - "type": "string" - }, - "background": { - "title": "Background", - "type": "string" - } - } - } -}
\ No newline at end of file diff --git a/.frontmatter/config/taxonomy/contenttypes/docs.json b/.frontmatter/config/taxonomy/contenttypes/docs.json index 248f033..4c1990e 100644 --- a/.frontmatter/config/taxonomy/contenttypes/docs.json +++ b/.frontmatter/config/taxonomy/contenttypes/docs.json @@ -36,7 +36,7 @@ "name": "categories", "type": "string", "single": true, - "default": "Evidence" + "default": "docs" }, { "title": "Tags", @@ -79,7 +79,7 @@ "name": "fmContentType", "type": "string", "single": true, - "default": "evidence" + "default": "docs" } ] }
\ No newline at end of file |
