diff --git a/core/modules/link/link.module b/core/modules/link/link.module index 401f63e..6702b8f 100644 --- a/core/modules/link/link.module +++ b/core/modules/link/link.module @@ -21,6 +21,8 @@ function link_help($route_name, RouteMatchInterface $route_match) { $output .= '
'; $output .= '
' . t('Managing and displaying link fields') . '
'; $output .= '
' . t('The settings and the display of the link field can be configured separately. See the Field UI help for more information on how to manage fields and their display.', array('!field_ui' => \Drupal::url('help.page', array('name' => 'field_ui')))) . '
'; + $output .= '
' . t('Setting the allowed link type') . '
'; + $output .= '
' . t('In the field settings you can define the allowed link type to be internal links only, external links only, or both internal and external links. Internal links only and both internal and external links options enable an autocomplete widget for internal linking, so a user does not have to copy or remember a URL.') . '
'; $output .= '
' . t('Adding link text') . '
'; $output .= '
' . t('In the field settings you can define additional link text to be optional or required in any link field.') . '
'; $output .= '
' . t('Displaying link text') . '
';