diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-21 06:15:15 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-21 06:15:15 -0500 |
| commit | 4530da3162b4fef7103871759e8d17c3f8a2758b (patch) | |
| tree | a92cd990e328943dd663715f3ba076242b314400 /.frontmatter/config/data/folders/timeline.json | |
| parent | 6892666778ef20e31eea669ea5932f759626fdf0 (diff) | |
docs: :memo: Removed off subject otter logs
Updated packages, Removed off subject otter logs.
Diffstat (limited to '.frontmatter/config/data/folders/timeline.json')
| -rw-r--r-- | .frontmatter/config/data/folders/timeline.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.frontmatter/config/data/folders/timeline.json b/.frontmatter/config/data/folders/timeline.json new file mode 100644 index 0000000..7fd73c6 --- /dev/null +++ b/.frontmatter/config/data/folders/timeline.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://frontmatter.codes/config/data.folders.schema.json", + "id": "timeline", + "path": "[[workspace]]/data", + "labelField": "name", + "singleEntry": false, + "enableFileCreation": true, + "fileType": "yaml", + "schema": { + "title": "Bootstrap 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": "timeline" +}
\ No newline at end of file |
