summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/snippets/persona.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content/snippets/persona.json')
-rw-r--r--.frontmatter/config/content/snippets/persona.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/persona.json b/.frontmatter/config/content/snippets/persona.json
new file mode 100644
index 0000000..7d7bd78
--- /dev/null
+++ b/.frontmatter/config/content/snippets/persona.json
@@ -0,0 +1,23 @@
+{
+ "Persona": {
+ "description": "Profile Card",
+ "body": "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}",
+ "isMediaSnippet": true,
+ "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