diff options
Diffstat (limited to '.frontmatter/config/content/snippets/image.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/image.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/image.json b/.frontmatter/config/content/snippets/image.json new file mode 100644 index 0000000..c6663d0 --- /dev/null +++ b/.frontmatter/config/content/snippets/image.json @@ -0,0 +1,37 @@ +{ + "Image": { + "description": "Image Shortcode for Digital Asset Managers", + "body": "{{< image src=\"[[SRC_URL]]\" ratio=\"[[Ratio]]\" class=\"[[Class]]\" wrapper=\"[[ Wrapper]]\" >}}", + "fields": [ + { + "name": "SRC_URL", + "title": "SRC_URL", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Ratio", + "title": "Ratio", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Class", + "title": "Class", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Wrapper", + "title": "Wrapper", + "type": "string", + "single": true, + "default": "" + } + ], + "isMediaSnippet": true + } +}
\ No newline at end of file |
