diff --git a/src/Service/UwNodeContent.php b/src/Service/UwNodeContent.php index 9dc77c3a8bfbefaf841c28ae381074af2dbf1544..b707bcc3542a7307f5c43a849ffe04cdeee4310d 100644 --- a/src/Service/UwNodeContent.php +++ b/src/Service/UwNodeContent.php @@ -615,6 +615,7 @@ class UwNodeContent { $content_data['footer']['service_hours']['has_children'] = TRUE; $content_data['footer']['service_hours']['hours'] = $this->addToContentData('hours', 'field_uw_service_hours'); + $content_data['footer']['service_hours']['hours_notes'] = $this->addToContentData('plain_text', 'field_uw_service_hours_notes'); $content_data['footer']['location_info'] = [ 'has_children' => TRUE,