diff options
Diffstat (limited to '.frontmatter/config/data/files/knightlabs.json')
| -rw-r--r-- | .frontmatter/config/data/files/knightlabs.json | 44 |
1 files changed, 0 insertions, 44 deletions
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 |
