diff options
Diffstat (limited to '.frontmatter/config/data/files/timeline.json')
| -rw-r--r-- | .frontmatter/config/data/files/timeline.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.frontmatter/config/data/files/timeline.json b/.frontmatter/config/data/files/timeline.json new file mode 100644 index 0000000..c9d279e --- /dev/null +++ b/.frontmatter/config/data/files/timeline.json @@ -0,0 +1,40 @@ +{ + "id": "timeline", + "title": "Timeline", + "file": "[[workspace]]/data/timeline.yml", + "fileType": "yaml", + "schema": { + "title": "Timeline", + "type": "object", + "required": [ + "title", + "date" + ], + "properties": { + "title": { + "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" + } + } + } +}
\ No newline at end of file |
