diff options
Diffstat (limited to '.frontmatter/config/content/snippets/icon.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/icon.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/icon.json b/.frontmatter/config/content/snippets/icon.json new file mode 100644 index 0000000..cf924ba --- /dev/null +++ b/.frontmatter/config/content/snippets/icon.json @@ -0,0 +1,27 @@ +{ + "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json", + "title": "Icon", + "description": "Icon Shortcode for font-awesome", + "body": "{{< fas [[icon]] spacing [[size]] [[animation]] >}}", + "fields": [ + { + "title": "Icon", + "name": "icon", + "type": "string", + "single": true + }, + { + "title": "Size", + "name": "size", + "type": "string", + "single": true + }, + { + "title": "Animation", + "name": "animation", + "type": "string", + "single": true + } + ], + "isMediaSnippet": false +}
\ No newline at end of file |
