Skip to content
Snippets Groups Projects
Commit c41f7b12 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5551: adding help text to office hours exception days

parent ff9f0c9f
No related branches found
No related tags found
2 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!33ISTWCMS-5551 update office hours
......@@ -116,6 +116,9 @@ function uw_ct_service_form_node_uw_ct_service_form_alter(array &$form, FormStat
];
$form['#attached']['library'][] = 'uw_ct_service/location_autofill';
$form['#attached']['drupalSettings']['uwCtService'] = _uw_ct_service_load_locations();
// ISTWCMS-5551: adding help text to office hours exception days.
$form['field_uw_service_hours']['widget']['office_hours_exceptions']['#description'] = '<p>Exceptions further in the future will display once the exception is under one week away.</p>';
}
/**
......
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