Skip to content

Commit a1910ea

Browse files
authored
Merge pull request #1587 from lindseydiloreto/5.x-gm-new-subfields
Added Google Maps subfields `formatted` and `raw`
2 parents eae668e + 1c23759 commit a1910ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/templates/_includes/fields/google-maps.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
5050
'handle': 'zoom',
5151
'label': 'Zoom'
5252
},
53+
{
54+
'handle': 'formatted',
55+
'label': 'Formatted'
56+
},
57+
{
58+
'handle': 'raw',
59+
'label': 'Raw'
60+
}
5361
]) %}
5462

5563
{# Loop through all subfields #}

0 commit comments

Comments
 (0)