summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/snippets/link.json
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:26:16 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:26:16 -0400
commit33ec991951e5b4f236f4c524cbf97ecaea4a8435 (patch)
tree3553d9577025702e15cc8932b099860d4c84a12e /.frontmatter/config/content/snippets/link.json
parent56995dceed4765cc6057480905d35f701bb74ea7 (diff)
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.
Diffstat (limited to '.frontmatter/config/content/snippets/link.json')
-rw-r--r--.frontmatter/config/content/snippets/link.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/.frontmatter/config/content/snippets/link.json b/.frontmatter/config/content/snippets/link.json
index feb12d5..69ed02a 100644
--- a/.frontmatter/config/content/snippets/link.json
+++ b/.frontmatter/config/content/snippets/link.json
@@ -1,37 +1,37 @@
{
- "Link": {
- "description": "Managed Link Insertion",
- "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}",
- "isMediaSnippet": false,
- "fields": [
- {
- "name": "Title",
- "title": "Title",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "Url",
- "title": "Url",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "true|false",
- "title": "true|false",
- "type": "string",
- "single": true,
- "default": ""
- },
- {
- "name": "Link Name",
- "title": "Link Name",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Link",
+ "description": "Managed Link Insertion",
+ "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}",
+ "isMediaSnippet": false,
+ "fields": [
+ {
+ "name": "Title",
+ "title": "Title",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "name": "Url",
+ "title": "Url",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "name": "true|false",
+ "title": "true|false",
+ "type": "string",
+ "single": true,
+ "default": ""
+ },
+ {
+ "name": "Link Name",
+ "title": "Link Name",
+ "type": "string",
+ "single": true,
+ "default": ""
+ }
+ ]
} \ No newline at end of file