Skip to content
Snippets Groups Projects
Commit 8cce575d authored by Brandon Bergren's avatar Brandon Bergren
Browse files

#311230 reported by meba: Fix 'address' in macro builder.

parent 723ecd7c
No related branches found
No related tags found
No related merge requests found
...@@ -811,7 +811,7 @@ function gmap_elements() { ...@@ -811,7 +811,7 @@ function gmap_elements() {
), ),
'gmap_overlay_edit' => array('#input' => TRUE, '#process' => array('process_gmap_overlay_edit')), 'gmap_overlay_edit' => array('#input' => TRUE, '#process' => array('process_gmap_overlay_edit')),
'gmap_style' => array('#input' => TRUE, '#tree' => TRUE, '#gmap_style_type' => 'poly', '#process' => array('process_gmap_style')), 'gmap_style' => array('#input' => TRUE, '#tree' => TRUE, '#gmap_style_type' => 'poly', '#process' => array('process_gmap_style')),
'gmap_address' => array('#input' => FALSE, '#process' => array('process_gmap_address')), 'gmap_address' => array('#input' => TRUE, '#process' => array('process_gmap_address')),
'gmap_align' => array('#input' => TRUE, '#process' => array('process_gmap_align')), 'gmap_align' => array('#input' => TRUE, '#process' => array('process_gmap_align')),
'gmap_latitude' => array('#input' => TRUE, '#gmap_newtype' => 'textfield', '#process' => array('process_gmap_textfield')), 'gmap_latitude' => array('#input' => TRUE, '#gmap_newtype' => 'textfield', '#process' => array('process_gmap_textfield')),
'gmap_longitude' => array('#input' => TRUE, '#gmap_newtype' => 'textfield', '#process' => array('process_gmap_textfield')), 'gmap_longitude' => array('#input' => TRUE, '#gmap_newtype' => 'textfield', '#process' => array('process_gmap_textfield')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment