diff options
Diffstat (limited to '.frontmatter/config/data/files')
| -rw-r--r-- | .frontmatter/config/data/files/bs-timeline.json | 44 | ||||
| -rw-r--r-- | .frontmatter/config/data/files/knightlabs.json | 44 |
2 files changed, 88 insertions, 0 deletions
diff --git a/.frontmatter/config/data/files/bs-timeline.json b/.frontmatter/config/data/files/bs-timeline.json new file mode 100644 index 0000000..f845efe --- /dev/null +++ b/.frontmatter/config/data/files/bs-timeline.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://frontmatter.codes/config/data.files.schema.json", + "id": "bs-timeline", + "title": "bs-timeline", + "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" + } + } + }, + "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 new file mode 100644 index 0000000..e8d5aac --- /dev/null +++ b/.frontmatter/config/data/files/knightlabs.json @@ -0,0 +1,44 @@ +{ + "$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 |
