Skip to content
Snippets Groups Projects
Commit 16fdbd60 authored by l26yan's avatar l26yan Committed by Igor Biki
Browse files

ISTWCMS-5290 Add service hours notes field to service content type

parent d0b841d5
No related branches found
No related tags found
1 merge request!197ISTWCMS-5290 Add service hours notes field to service content type
...@@ -615,6 +615,7 @@ class UwNodeContent { ...@@ -615,6 +615,7 @@ class UwNodeContent {
$content_data['footer']['service_hours']['has_children'] = TRUE; $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'] = $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'] = [ $content_data['footer']['location_info'] = [
'has_children' => TRUE, 'has_children' => TRUE,
......
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