diff options
Diffstat (limited to '.frontmatter/config/content/snippets/link.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/link.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/link.json b/.frontmatter/config/content/snippets/link.json new file mode 100644 index 0000000..4b145ef --- /dev/null +++ b/.frontmatter/config/content/snippets/link.json @@ -0,0 +1,36 @@ +{ + "Link": { + "description": "Managed Link Insertion", + "body": "{{< link title=\"[[Title]]\" url=\"[[Url]]\" cue=[[true|false]] [[Link Name]] >}}", + "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 |
