- Issue created by @gxleano
3.x
versions of this module are marked as compatible with Drupal 10, however, it is doing reference to the
Simple Google Maps →
module which does not have an available release compatible with Drupal 10 version.
Go to opigno_calendar_event.module
(Line 311) and see the reference:
$prepared_view = $place->view([
'type' => 'simple_gmap',
'settings' => [
'include_map' => FALSE,
'include_link' => TRUE,
'link_text' => 'use_address',
]
]);
Update template_preprocess_opigno_calendar_event()
to use another field formatter instead of simple_gmap
.
Active
3.1
Code