diff options
Diffstat (limited to '.frontmatter/config/content/snippets/pdf.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/pdf.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/pdf.json b/.frontmatter/config/content/snippets/pdf.json index a12f67d..2d855d2 100644 --- a/.frontmatter/config/content/snippets/pdf.json +++ b/.frontmatter/config/content/snippets/pdf.json @@ -2,6 +2,7 @@ "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%\" />", + "isMediaSnippet": false, "fields": [ { "name": "PDF File", |
