diff options
Diffstat (limited to '.frontmatter/config/content/snippets/file.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/file.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/file.json b/.frontmatter/config/content/snippets/file.json new file mode 100644 index 0000000..4c511b5 --- /dev/null +++ b/.frontmatter/config/content/snippets/file.json @@ -0,0 +1,22 @@ +{ + "File": { + "description": "Display Entire Contents of File", + "body": "{{< file path=[[File Path]] id=\"[[file-collapse-{x}]]\" >}}", + "fields": [ + { + "name": "File Path", + "title": "File Path", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "file-collapse-{x}", + "title": "file-collapse-{x}", + "type": "string", + "single": true, + "default": "" + } + ] + } +}
\ No newline at end of file |
