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/content/snippets/collapse.json | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .frontmatter/config/content/snippets/collapse.json (limited to '.frontmatter/config/content/snippets/collapse.json') 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 -- cgit v1.2.3