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

Merge branch 'feature/ISTWCMS-5290-l26yan-Add-service-hours-notes' into '1.0.x'

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

See merge request !197
parents d0b841d5 16fdbd60
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 {
$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,
......
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