From ecc34cd1fde9b4c643474b3783aa001002b91ab9 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Tue, 8 Oct 2024 14:50:51 -0400 Subject: ci(.frontMatter): :construction_worker: conf file to conf dir Divided configuration of FrontMatter into numerous files. --- .frontmatter/config/data/files/timeline.json | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .frontmatter/config/data/files/timeline.json (limited to '.frontmatter/config/data/files/timeline.json') diff --git a/.frontmatter/config/data/files/timeline.json b/.frontmatter/config/data/files/timeline.json new file mode 100644 index 0000000..c9d279e --- /dev/null +++ b/.frontmatter/config/data/files/timeline.json @@ -0,0 +1,40 @@ +{ + "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 -- cgit v1.2.3