{ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", "title": "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": false }