summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/snippets
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content/snippets')
-rw-r--r--.frontmatter/config/content/snippets/accordian.json72
-rw-r--r--.frontmatter/config/content/snippets/image.json2
2 files changed, 73 insertions, 1 deletions
diff --git a/.frontmatter/config/content/snippets/accordian.json b/.frontmatter/config/content/snippets/accordian.json
new file mode 100644
index 0000000..84e6d73
--- /dev/null
+++ b/.frontmatter/config/content/snippets/accordian.json
@@ -0,0 +1,72 @@
+{
+ "$schema": "https://frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Accordion",
+ "description": "Accordion Element",
+ "body": [
+ "{{< accordion id=[[id]] >}}",
+ "{{< accordion-item header=[[header1]] show=true >}}",
+ "[[content1]]",
+ "{{< /accordion-item >}}",
+ "{{< accordion-item header=[[header2]] >}}",
+ "[[content2]]",
+ "{{< /accordion-item >}}",
+ "{{< accordion-item header=[[header3]] >}}",
+ "[[content3]]",
+ "{{< /accordion-item >}}",
+ "{{< /accordion >}}"
+ ],
+ "isMediaSnippet": false,
+ "openingTags": "[[",
+ "closingTags": "]]",
+ "fields": [
+ {
+ "title": "Tag Id",
+ "name": "id",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "title": "Header 1",
+ "name": "header1",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "title": "Header 2",
+ "name": "header2",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "title": "Header 3",
+ "name": "header3",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "title": "Content 1",
+ "name": "content1",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "title": "Content 2",
+ "name": "content2",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "title": "Content 3",
+ "name": "content3",
+ "type": "string",
+ "single": true,
+ "default": ""
+ }
+ ]
+} \ No newline at end of file
diff --git a/.frontmatter/config/content/snippets/image.json b/.frontmatter/config/content/snippets/image.json
index 7e9db4f..fb2e6fe 100644
--- a/.frontmatter/config/content/snippets/image.json
+++ b/.frontmatter/config/content/snippets/image.json
@@ -33,5 +33,5 @@
"default": ""
}
],
- "isMediaSnippet": true
+ "isMediaSnippet": false
} \ No newline at end of file