diff options
Diffstat (limited to '.frontmatter/config/content/snippets/pdf.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/pdf.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/pdf.json b/.frontmatter/config/content/snippets/pdf.json new file mode 100644 index 0000000..a12f67d --- /dev/null +++ b/.frontmatter/config/content/snippets/pdf.json @@ -0,0 +1,15 @@ +{ + "embed pdf": { + "description": "Embeds a pdf file into page using html5 tag \"embed\".", + "body": "<embed src=\"[[ PDF File ]]\" type=\"application/pdf\" width=\"100%\" height=\"100%\" />", + "fields": [ + { + "name": "PDF File", + "title": "PDF File", + "type": "string", + "single": true, + "default": "" + } + ] + } +}
\ No newline at end of file |
