Skip to content
Snippets Groups Projects
Commit 48d363bf authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6274: temporary fix to get tests working again

parent 0c3daf68
No related branches found
No related tags found
No related merge requests found
...@@ -1817,7 +1817,7 @@ function uw_cfg_common_field_widget_single_element_link_default_form_alter(array ...@@ -1817,7 +1817,7 @@ function uw_cfg_common_field_widget_single_element_link_default_form_alter(array
if ($field_definition->getName() == 'field_uw_event_map') { if ($field_definition->getName() == 'field_uw_event_map') {
$element['uri']['#description'] = t('Optional: provide a link to a map with the event location (e.g. https://uwaterloo.ca/map/). This must be an external URL such as https://example.com.'); $element['uri']['#description'] = t('Optional: provide a link to a map with the event location (e.g. https://uwaterloo.ca/map/). This must be an external URL such as https://example.com.');
} }
else { elseif ($field_definition->getName() != 'field_gmaps_embedded_url') {
// Set custom description for all link fields except event map. // Set custom description for all link fields except event map.
$element['uri']['#description'] = t('Start typing the title of a piece of content to select it. You can also enter an internal path such as /blog or an external URL such as https://example.com. Enter <front> to link to the front page.'); $element['uri']['#description'] = t('Start typing the title of a piece of content to select it. You can also enter an internal path such as /blog or an external URL such as https://example.com. Enter <front> to link to the front page.');
......
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