From d12e6aa24bfa713a82d446f04dfcc484338d7b2f Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:45:55 -0500 Subject: chore: :arrow_up: minor changes pull upgrades Only Minor changes, pulling upgrades from origin --- .frontmatter/config/data/files/bs-timeline.json | 36 +------------------- .frontmatter/config/data/files/knightlabs.json | 44 ------------------------- 2 files changed, 1 insertion(+), 79 deletions(-) delete mode 100644 .frontmatter/config/data/files/knightlabs.json (limited to '.frontmatter/config/data/files') diff --git a/.frontmatter/config/data/files/bs-timeline.json b/.frontmatter/config/data/files/bs-timeline.json index f845efe..57ef409 100644 --- a/.frontmatter/config/data/files/bs-timeline.json +++ b/.frontmatter/config/data/files/bs-timeline.json @@ -5,40 +5,6 @@ "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" - } - } - }, + "singleEntry": false, "type": "bs-timeline" } \ No newline at end of file diff --git a/.frontmatter/config/data/files/knightlabs.json b/.frontmatter/config/data/files/knightlabs.json deleted file mode 100644 index e8d5aac..0000000 --- a/.frontmatter/config/data/files/knightlabs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/data.files.schema.json", - "id": "knightlabs", - "title": "knightlabs", - "file": "[[workspace]]/data/knightlabs.json", - "labelField": "name", - "fileType": "json", - "singleEntry": true, - "schema": { - "title": "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": "knightlabs" -} \ No newline at end of file -- cgit v1.2.3