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/image.json | 70 ++++++++++++------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to '.frontmatter/config/content/snippets/image.json') diff --git a/.frontmatter/config/content/snippets/image.json b/.frontmatter/config/content/snippets/image.json index c6663d0..7e9db4f 100644 --- a/.frontmatter/config/content/snippets/image.json +++ b/.frontmatter/config/content/snippets/image.json @@ -1,37 +1,37 @@ { - "Image": { - "description": "Image Shortcode for Digital Asset Managers", - "body": "{{< image src=\"[[SRC_URL]]\" ratio=\"[[Ratio]]\" class=\"[[Class]]\" wrapper=\"[[ Wrapper]]\" >}}", - "fields": [ - { - "name": "SRC_URL", - "title": "SRC_URL", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Ratio", - "title": "Ratio", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Class", - "title": "Class", - "type": "string", - "single": true, - "default": "" - }, - { - "name": "Wrapper", - "title": "Wrapper", - "type": "string", - "single": true, - "default": "" - } - ], - "isMediaSnippet": true - } + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Image", + "description": "Image Shortcode for Digital Asset Managers", + "body": "{{< image src=\"[[SRC_URL]]\" ratio=\"[[Ratio]]\" class=\"[[Class]]\" wrapper=\"[[ Wrapper]]\" >}}", + "fields": [ + { + "name": "SRC_URL", + "title": "SRC_URL", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Ratio", + "title": "Ratio", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Class", + "title": "Class", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Wrapper", + "title": "Wrapper", + "type": "string", + "single": true, + "default": "" + } + ], + "isMediaSnippet": true } \ No newline at end of file -- cgit v1.2.3