summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/data/files/timeline.json
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2024-11-07 15:28:38 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2024-11-07 15:28:38 -0500
commiteec8b337ee152c2a6c2cbe0db239b761a39bc4c6 (patch)
tree596b0af5cc950e7322f4bb8998c3e09afdd249dc /.frontmatter/config/data/files/timeline.json
parent1066c3ac5a2f552b94995d4887b645bff7e32419 (diff)
Corrected Link syntax and filenames
Diffstat (limited to '.frontmatter/config/data/files/timeline.json')
-rw-r--r--.frontmatter/config/data/files/timeline.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/.frontmatter/config/data/files/timeline.json b/.frontmatter/config/data/files/timeline.json
deleted file mode 100644
index cb0ef1b..0000000
--- a/.frontmatter/config/data/files/timeline.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "$schema": "https://frontmatter.codes/config/data.files.schema.json",
- "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