Skip to content
Snippets Groups Projects
Commit e6e0edd7 authored by Reuben Turk's avatar Reuben Turk
Browse files

#559128 by TwoD - Changed macro field in views UI from textfield to textarea

parent a9853550
No related branches found
No related tags found
No related merge requests found
......@@ -237,9 +237,9 @@ class gmap_plugin_style_gmap extends views_plugin_style {
}
$form['macro'] = array(
'#type' => 'textfield',
'#type' => 'textarea',
'#title' => t('Macro'),
'#size' => 1000,
'#rows' => 3,
'#default_value' => $this->options['macro'],
);
......
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