summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/snippets/pdf.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content/snippets/pdf.json')
-rw-r--r--.frontmatter/config/content/snippets/pdf.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/.frontmatter/config/content/snippets/pdf.json b/.frontmatter/config/content/snippets/pdf.json
index 2d855d2..4d5464d 100644
--- a/.frontmatter/config/content/snippets/pdf.json
+++ b/.frontmatter/config/content/snippets/pdf.json
@@ -1,16 +1,16 @@
{
- "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",
- "title": "PDF File",
- "type": "string",
- "single": true,
- "default": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Embedded 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",
+ "title": "PDF File",
+ "type": "string",
+ "single": true,
+ "default": ""
+ }
+ ]
} \ No newline at end of file