Skip to content
Snippets Groups Projects
Commit 51b54bc2 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

(cherry picked from commit a2ec3114)
parent dc12bed4
No related branches found
No related tags found
6 merge requests!12618Issue #3522970 by longwave, smustgrave: Remove unused BrowserTestBase::$originalContainer,!12473Issue #3521639 by mstrelan, smustgrave for 11.2,!12462Issue #3523109 by ghost of drupal past, donquixote, nicxvan, dww, larowlan,...,!12357Issue #3529639 by mradcliffe, smustgrave, solomon.yifru: replacing a depricated css,!8811Issue #3129179: Provide some way to rebuild the persistent bundle field map,!7916Remove taxonomy dependency on node module - 11.x
Pipeline #512086 passed with warnings
Pipeline: drupal

#512110

    Pipeline: drupal

    #512093

      Pipeline: drupal

      #512088

        ......@@ -62,7 +62,7 @@ public function help($route_name, RouteMatchInterface $route_match): ?string {
        $output = '';
        $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('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;
        }
        $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