{ "$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" }