Default #map_type to "default" instead of "geofield_widget".

This commit is contained in:
Michael Stenta 2022-06-16 21:16:04 -04:00
parent e5f8594098
commit a516fd4218
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class FarmMapInput extends FormElement {
'#theme_wrappers' => ['form_element'],
// Display descriptions above the map by default.
'#description_display' => 'before',
'#map_type' => 'geofield_widget',
'#map_type' => 'default',
'#map_settings' => [],
'#behaviors' => [],
'#default_value' => '',