From 68d79a0f8d6147bc9e7834f7a6ed83a80748fa29 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Tue, 15 Oct 2024 19:29:53 -0400 Subject: feat(content): :sparkles: New content, frontmatter conf, etc... New content created, frontmatter config fixes, etc, etc... --- .frontmatter/config/content/snippets/pdf.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .frontmatter/config/content/snippets/pdf.json (limited to '.frontmatter/config/content/snippets/pdf.json') 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": "", + "fields": [ + { + "name": "PDF File", + "title": "PDF File", + "type": "string", + "single": true, + "default": "" + } + ] + } +} \ No newline at end of file -- cgit v1.2.3