summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/snippets/button.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content/snippets/button.json')
-rw-r--r--.frontmatter/config/content/snippets/button.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/button.json b/.frontmatter/config/content/snippets/button.json
new file mode 100644
index 0000000..9181a19
--- /dev/null
+++ b/.frontmatter/config/content/snippets/button.json
@@ -0,0 +1,32 @@
+{
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Button",
+ "description": "Button Shortcode",
+ "body": [
+ "{{< button relref=\"[[relative reference]]\" outline=[[outline]] >}}",
+ "[[content]]",
+ "{{< /button >}}"
+ ],
+ "fields": [
+ {
+ "name": "relative reference",
+ "title": "Relative Reference",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "name": "outline",
+ "title": "Outline",
+ "type": "boolean",
+ "default": true
+ },
+ {
+ "name": "content",
+ "title": "Content",
+ "type": "string",
+ "default": "To Profile"
+ }
+ ],
+ "isMediaSnippet": false
+} \ No newline at end of file