diff options
Diffstat (limited to '.frontmatter/config/data/folders')
| -rw-r--r-- | .frontmatter/config/data/folders/data.json | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/.frontmatter/config/data/folders/data.json b/.frontmatter/config/data/folders/data.json deleted file mode 100644 index 77ffcf2..0000000 --- a/.frontmatter/config/data/folders/data.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/data.folders.schema.json", - "id": "Data", - "path": "[[workspace]]/data", - "singleEntry": false, - "enableFileCreation": true, - "fileType": "yaml", - "type": "timeline", - "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 |
