diff options
Diffstat (limited to '.frontmatter/config/content/snippets/persona.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/persona.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/.frontmatter/config/content/snippets/persona.json b/.frontmatter/config/content/snippets/persona.json index a06c16c..54afc71 100644 --- a/.frontmatter/config/content/snippets/persona.json +++ b/.frontmatter/config/content/snippets/persona.json @@ -1,23 +1,23 @@ { - "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": "" - } - ] - } + "$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": "" + } + ] }
\ No newline at end of file |
