diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-10 17:34:34 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-10 17:34:34 -0500 |
| commit | f2e3ef95f886397116c21679a94437c9bd6ecb24 (patch) | |
| tree | 3156d1cb91f668f8ac82c93db193da9e190abf53 /.frontmatter/config/data/files/bs-timeline.json | |
| parent | 047de73f9e38edd4e70829d9110226018b8e619e (diff) | |
refactor(content): :construction: Refactoring Directory "Docs"
Refactoring content to be structured under heading "docs"
Diffstat (limited to '.frontmatter/config/data/files/bs-timeline.json')
| -rw-r--r-- | .frontmatter/config/data/files/bs-timeline.json | 44 |
1 files changed, 44 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 |
