Skip to content
Snippets Groups Projects
Commit a2ec3114 authored by catch's avatar catch
Browse files

Issue #3524547 by thejimbirch, ishani patel, quietone: Navigation module's...

Issue #3524547 by thejimbirch, ishani patel, quietone: Navigation module's help text should not link to the contrib module
parent cfd4c18d
No related branches found
No related tags found
No related merge requests found
Pipeline #512087 passed
Pipeline: drupal

#512115

    Pipeline: drupal

    #512092

      Pipeline: drupal

      #512089

        ...@@ -62,7 +62,7 @@ public function help($route_name, RouteMatchInterface $route_match): ?string { ...@@ -62,7 +62,7 @@ public function help($route_name, RouteMatchInterface $route_match): ?string {
        $output = ''; $output = '';
        $output .= '<h3>' . $this->t('About') . '</h3>'; $output .= '<h3>' . $this->t('About') . '</h3>';
        $output .= '<p>' . $this->t('The Navigation module provides a left-aligned, collapsible, vertical sidebar navigation.') . '</p>'; $output .= '<p>' . $this->t('The Navigation module provides a left-aligned, collapsible, vertical sidebar navigation.') . '</p>';
        $output .= '<p>' . $this->t('For more information, see the <a href=":docs">online documentation for the Navigation module</a>.', [':docs' => 'https://www.drupal.org/project/navigation']) . '</p>'; $output .= '<p>' . $this->t('For more information, see the <a href=":docs">online documentation for the Navigation module</a>.', [':docs' => 'https://www.drupal.org/docs/develop/core-modules-and-themes/core-modules/navigation-module']) . '</p>';
        return $output; return $output;
        } }
        $configuration_route = 'layout_builder.navigation.'; $configuration_route = 'layout_builder.navigation.';
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment