{ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", "title": "Persona", "description": "Profile Card", "body": "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}", "isMediaSnippet": false, "fields": [ { "name": "Thumbnail", "title": "Thumbnail", "type": "string", "single": true, "default": "" }, { "name": "color", "title": "color", "type": "string", "single": true, "default": "" } ] }