From c443b962a346e66c5a04573c8e715184b4418459 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Mon, 16 Jan 2023 13:41:10 -0500 Subject: [PATCH] ISTWCMS-6013: adding in the map link --- src/Service/UwNodeContent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Service/UwNodeContent.php b/src/Service/UwNodeContent.php index 61e6d18c..69a427c6 100644 --- a/src/Service/UwNodeContent.php +++ b/src/Service/UwNodeContent.php @@ -343,6 +343,7 @@ class UwNodeContent { 'has_children' => TRUE, 'address' => $this->addToContentData('address', 'field_uw_event_location_address', 'Location address'), 'map' => $this->addToContentData('map', 'field_uw_event_location_coord', 'Location coordinates'), + 'map_link' => $this->addToContentData('link', 'field_uw_event_map', 'Map link'), ]; } -- GitLab