Commit 6ed76891 authored by Jakob P's avatar Jakob P
Browse files

Issue #3288001 followup: Drupal 10 coding standards.

parent 91ba631b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ This module does not have any dependency.
## INSTALLATION

- Download the module and place in contrib module folder.
- Enable the Imagefield Slideshow module from the, modules page / drush / drupal console.
- Enable the Imagefield Slideshow module from the modules page / drush / drupal console.
- You should now see a new field formatter for image fields,
  Ex: under Manage display section of each content types.

+1 −2
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@ function imagefield_slideshow_help($route_name, RouteMatchInterface $route_match
  switch ($route_name) {
    // Main module help for the imagefield slideshow module.
    case 'help.page.imagefield_slideshow':
      $output = '';
      $output .= '<h3>' . t('Imagefield Slideshow') . '</h3>';
      $output = '<h3>' . t('Imagefield Slideshow') . '</h3>';
      $output .= '<p>' . t('Imagefield Slideshow will provide a field formatter, so that the images uploaded for an image field would be rendered as a Slider.') . '</p>';
      $output .= '<p>' . t('Visit module page for more details.') . '</p>';
      return $output;
+2 −2

File changed.

Contains only whitespace changes.