diff options
Diffstat (limited to '.frontmatter/config/content/snippets/map.json')
| -rw-r--r-- | .frontmatter/config/content/snippets/map.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.frontmatter/config/content/snippets/map.json b/.frontmatter/config/content/snippets/map.json new file mode 100644 index 0000000..83a7682 --- /dev/null +++ b/.frontmatter/config/content/snippets/map.json @@ -0,0 +1,29 @@ +{ + "Map": { + "description": "Inject a Map", + "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}", + "fields": [ + { + "name": "Latitude", + "title": "Latitude", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Longitude", + "title": "Longitude", + "type": "string", + "single": true, + "default": "" + }, + { + "name": "Display Text", + "title": "Display Text", + "type": "string", + "single": true, + "default": "" + } + ] + } +}
\ No newline at end of file |
