From 4530da3162b4fef7103871759e8d17c3f8a2758b Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Thu, 21 Nov 2024 06:15:15 -0500 Subject: docs: :memo: Removed off subject otter logs Updated packages, Removed off subject otter logs. --- .frontmatter/config/data/files/bs-timeline.json | 10 ------ .frontmatter/config/data/folders/timeline.json | 44 +++++++++++++++++++++++++ .frontmatter/config/data/types/bs-timeline.json | 38 --------------------- .frontmatter/config/data/types/timeline.json | 38 +++++++++++++++++++++ 4 files changed, 82 insertions(+), 48 deletions(-) delete mode 100644 .frontmatter/config/data/files/bs-timeline.json create mode 100644 .frontmatter/config/data/folders/timeline.json delete mode 100644 .frontmatter/config/data/types/bs-timeline.json create mode 100644 .frontmatter/config/data/types/timeline.json (limited to '.frontmatter/config/data') diff --git a/.frontmatter/config/data/files/bs-timeline.json b/.frontmatter/config/data/files/bs-timeline.json deleted file mode 100644 index 57ef409..0000000 --- a/.frontmatter/config/data/files/bs-timeline.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/data.files.schema.json", - "id": "bs-timeline", - "title": "bs-timeline", - "file": "[[workspace]]/data/bs-timeline.yml", - "labelField": "name", - "fileType": "yaml", - "singleEntry": false, - "type": "bs-timeline" -} \ No newline at end of file diff --git a/.frontmatter/config/data/folders/timeline.json b/.frontmatter/config/data/folders/timeline.json new file mode 100644 index 0000000..7fd73c6 --- /dev/null +++ b/.frontmatter/config/data/folders/timeline.json @@ -0,0 +1,44 @@ +{ + "$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" +} \ No newline at end of file diff --git a/.frontmatter/config/data/types/bs-timeline.json b/.frontmatter/config/data/types/bs-timeline.json deleted file mode 100644 index 54a2ecc..0000000 --- a/.frontmatter/config/data/types/bs-timeline.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/config/data.files.schema.json", - "id": "bs-timeline", - "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" - } - } - } -} \ No newline at end of file diff --git a/.frontmatter/config/data/types/timeline.json b/.frontmatter/config/data/types/timeline.json new file mode 100644 index 0000000..54a2ecc --- /dev/null +++ b/.frontmatter/config/data/types/timeline.json @@ -0,0 +1,38 @@ +{ + "$schema": "https://frontmatter.codes/config/data.files.schema.json", + "id": "bs-timeline", + "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" + } + } + } +} \ No newline at end of file -- cgit v1.2.3