diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-15 19:29:53 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-15 19:30:26 -0400 |
| commit | 68d79a0f8d6147bc9e7834f7a6ed83a80748fa29 (patch) | |
| tree | a0b0eb8d6fb8f02757b027e8a02dc12a970f687d /.frontmatter/config/content/snippets/pdf.json | |
| parent | cd4e9cc26aa4cad7c3dccba6db2a6f981a36f9fd (diff) | |
feat(content): :sparkles: New content, frontmatter conf, etc...
New content created, frontmatter config fixes, etc, etc...
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 |
