Skip to content
Snippets Groups Projects
Commit 117494d7 authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch 'feature/ISTWCMS-6013-ebremner-events-map-link' into '1.1.x'

ISTWCMS-6013: adding in the map link

See merge request !306
parents a5e5c4dc c443b962
No related branches found
No related tags found
2 merge requests!306ISTWCMS-6013: adding in the map link,!274Draft: ISTWCMS-5551: fixing office hours display
...@@ -343,6 +343,7 @@ class UwNodeContent { ...@@ -343,6 +343,7 @@ class UwNodeContent {
'has_children' => TRUE, 'has_children' => TRUE,
'address' => $this->addToContentData('address', 'field_uw_event_location_address', 'Location address'), 'address' => $this->addToContentData('address', 'field_uw_event_location_address', 'Location address'),
'map' => $this->addToContentData('map', 'field_uw_event_location_coord', 'Location coordinates'), 'map' => $this->addToContentData('map', 'field_uw_event_location_coord', 'Location coordinates'),
'map_link' => $this->addToContentData('link', 'field_uw_event_map', 'Map link'),
]; ];
} }
......
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