From 33ec991951e5b4f236f4c524cbf97ecaea4a8435 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Sun, 27 Oct 2024 09:26:16 -0400 Subject: fix(content): :construction: fpnav created, headless content refactored Building, but styling errors persist. Created JPNav headless section specifically for nav component. #17 fixed on this push. --- .frontmatter/config/content/snippets/button.json | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .frontmatter/config/content/snippets/button.json (limited to '.frontmatter/config/content/snippets/button.json') 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 -- cgit v1.2.3