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/docs.json | 56 +++++++++++++------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to '.frontmatter/config/content/snippets/docs.json') diff --git a/.frontmatter/config/content/snippets/docs.json b/.frontmatter/config/content/snippets/docs.json index 6fb7e12..3c0f0b5 100644 --- a/.frontmatter/config/content/snippets/docs.json +++ b/.frontmatter/config/content/snippets/docs.json @@ -1,30 +1,30 @@ { - "Docs": { - "description": "Show Contents of Toml", - "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}", - "isMediaSnippet": false, - "fields": [ - { - "name": "Section", - "title": "Section", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "File Path", - "title": "File Path", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "docs-collapse-{X}", - "title": "docs-collapse-{X}", - "type": "string", - "single": true, - "default": "" - } - ] - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Docs", + "description": "Show Contents of Toml", + "body": "{{< docs name=\"[[Section]]\" file=\"[[File Path]]\" id=[[docs-collapse-{X}]] >}}", + "isMediaSnippet": false, + "fields": [ + { + "name": "Section", + "title": "Section", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "File Path", + "title": "File Path", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "docs-collapse-{X}", + "title": "docs-collapse-{X}", + "type": "string", + "single": true, + "default": "" + } + ] } \ No newline at end of file -- cgit v1.2.3