summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/snippets/map.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/content/snippets/map.json')
-rw-r--r--.frontmatter/config/content/snippets/map.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/.frontmatter/config/content/snippets/map.json b/.frontmatter/config/content/snippets/map.json
index 2d4fb14..970fa2c 100644
--- a/.frontmatter/config/content/snippets/map.json
+++ b/.frontmatter/config/content/snippets/map.json
@@ -1,30 +1,30 @@
{
- "Map": {
- "description": "Inject a Map",
- "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}",
- "isMediaSnippet": false,
- "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": ""
- }
- ]
- }
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Map",
+ "description": "Inject a Map",
+ "body": "{{< map lat=[[Latitude]] long=[[Longitude]] popup=[[Display Text]] >}}",
+ "isMediaSnippet": false,
+ "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