@@ -14,11 +15,11 @@ function color_field_help($route_name, RouteMatchInterface $route_match) {
case'help.page.color_field':
$output='';
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t('Color Field is simple field that use a hexadecimal notation (HEX) for the combination of Red, Green, and Blue color values (RGB). See the <a href="!field">Field module help</a> and the <a href="!field_ui">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href="!link_documentation">online documentation for the Link module</a>.',array('!field'=>\Drupal::url('help.page',array('name'=>'field')),'!field_ui'=>\Drupal::url('help.page',array('name'=>'field_ui')),'!link_documentation'=>'https://drupal.org/documentation/modules/link')).'</p>';
$output.='<p>'.t('Color Field is simple field that use a hexadecimal notation (HEX) for the combination of Red, Green, and Blue color values (RGB). See the <a href="!field">Field module help</a> and the <a href="!field_ui">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href="!link_documentation">online documentation for the Link module</a>.',array('!field'=>Url::fromRoute('help.page',array('name'=>'field')),'!field_ui'=>Url::fromRoute('help.page',array('name'=>'field_ui')),'!link_documentation'=>'https://drupal.org/documentation/modules/link')).'</p>';
$output.='<h3>'.t('Uses').'</h3>';
$output.='<dl>';
$output.='<dt>'.t('Managing and displaying color fields').'</dt>';
$output.='<dd>'.t('The <em>settings</em> and the <em>display</em> of the link field can be configured separately. See the <a href="!field_ui">Field UI help</a> for more information on how to manage fields and their display.',array('!field_ui'=>\Drupal::url('help.page',array('name'=>'field_ui')))).'</dd>';
$output.='<dd>'.t('The <em>settings</em> and the <em>display</em> of the link field can be configured separately. See the <a href="!field_ui">Field UI help</a> for more information on how to manage fields and their display.',array('!field_ui'=>Url::fromRoute('help.page',array('name'=>'field_ui')))).'</dd>';
$output.='<dt>'.t('Adding link text').'</dt>';
$output.='<dd>'.t('In the field settings you can define additional link text to be <em>optional</em> or <em>required</em> in any link field.').'</dd>';
$output.='<dt>'.t('Displaying link text').'</dt>';