diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-21 06:15:15 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-21 06:15:15 -0500 |
| commit | 4530da3162b4fef7103871759e8d17c3f8a2758b (patch) | |
| tree | a92cd990e328943dd663715f3ba076242b314400 /.frontmatter/config | |
| parent | 6892666778ef20e31eea669ea5932f759626fdf0 (diff) | |
docs: :memo: Removed off subject otter logs
Updated packages, Removed off subject otter logs.
Diffstat (limited to '.frontmatter/config')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/docs.json | 3 | ||||
| -rw-r--r-- | .frontmatter/config/content/snippets/collapse.json | 47 | ||||
| -rw-r--r-- | .frontmatter/config/data/files/bs-timeline.json | 10 | ||||
| -rw-r--r-- | .frontmatter/config/data/folders/timeline.json | 44 | ||||
| -rw-r--r-- | .frontmatter/config/data/types/timeline.json (renamed from .frontmatter/config/data/types/bs-timeline.json) | 0 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/contenttypes/timelinejs.json | 86 |
6 files changed, 179 insertions, 11 deletions
diff --git a/.frontmatter/config/content/pagefolders/docs.json b/.frontmatter/config/content/pagefolders/docs.json index c31aefc..ffca871 100644 --- a/.frontmatter/config/content/pagefolders/docs.json +++ b/.frontmatter/config/content/pagefolders/docs.json @@ -6,6 +6,7 @@ "previewPath": "docs", "contentTypes": [ "docs", - "index" + "index", + "timelinejs" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/snippets/collapse.json b/.frontmatter/config/content/snippets/collapse.json new file mode 100644 index 0000000..d8dc15e --- /dev/null +++ b/.frontmatter/config/content/snippets/collapse.json @@ -0,0 +1,47 @@ +{ + "$schema": "https://frontmatter.codes/config/content.snippets.schema.json", + "title": "Collapse", + "description": "Collapsible Element", + "body": [ + "{{< button collapse=[[id]] >}}", + "[[label]]", + "{{< /button >}}", + "", + "{{< collapse id=[[id]] class=[[class]] >}}", + "[[content]]", + "{{< /collapse >}}" + ], + "isMediaSnippet": false, + "openingTags": "[[", + "closingTags": "]]", + "fields": [ + { + "title": "Tag Id", + "name": "id", + "type": "string", + "single": true, + "default": "" + }, + { + "title": "Button Label", + "name": "label", + "type": "string", + "single": false, + "default": "" + }, + { + "title": "Class", + "name": "class", + "type": "string", + "single": true, + "default": "p-3 border rounded" + }, + { + "title": "Content", + "name": "content", + "type": "string", + "single": false, + "default": "" + } + ] +}
\ No newline at end of file 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/timeline.json index 54a2ecc..54a2ecc 100644 --- a/.frontmatter/config/data/types/bs-timeline.json +++ b/.frontmatter/config/data/types/timeline.json diff --git a/.frontmatter/config/taxonomy/contenttypes/timelinejs.json b/.frontmatter/config/taxonomy/contenttypes/timelinejs.json new file mode 100644 index 0000000..c76bae1 --- /dev/null +++ b/.frontmatter/config/taxonomy/contenttypes/timelinejs.json @@ -0,0 +1,86 @@ +{ + "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json", + "name": "timelinejs", + "pageBundle": true, + "previewPath": "docs/timeline", + "fields": [ + { + "title": "Title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "Description", + "name": "description", + "type": "string" + }, + { + "title": "date", + "name": "date", + "type": "datetime" + }, + { + "title": "Metadata", + "name": "metadata", + "type": "choice", + "choices": [ + "full", + "original", + "none" + ], + "default": "full" + }, + { + "title": "Categories", + "name": "categories", + "type": "string", + "single": true, + "default": "docs" + }, + { + "title": "Tags", + "name": "tags", + "type": "tags" + }, + { + "title": "Thumbnail", + "name": "thumbnail", + "type": "string", + "default": "https://loremflickr.com/420/360/corrupt/all?=random1" + }, + { + "title": "Type", + "name": "type", + "type": "choice", + "choices": [ + "default", + "docs", + "minimal" + ], + "default": "docs" + }, + { + "title": "Draft", + "name": "draft", + "type": "draft" + }, + { + "title": "Alias", + "name": "alias", + "type": "list" + }, + { + "title": "Modules", + "name": "modules", + "type": "string" + }, + { + "title": "FrontMatter Content Type", + "name": "fmContentType", + "type": "string", + "single": true, + "default": "docs" + } + ] +}
\ No newline at end of file |
