Skip to content

Commit

Permalink
OEL-3178: Comment BC fallback.
Browse files Browse the repository at this point in the history
  • Loading branch information
drishu committed Oct 22, 2024
1 parent 457538e commit d108235
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function viewElements(FieldItemListInterface $items, $langcode) {
foreach ($items as $delta => $item) {
$data_array = [
'service' => 'map',
// Fallback to version 2.0 for BC.
'version' => $config->get('map_version') ?? '2.0',
'map' => [
'zoom' => $this->getSetting('zoom_level'),
Expand Down

0 comments on commit d108235

Please sign in to comment.