Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading imagefield_slideshow.module +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading src/Plugin/Field/FieldFormatter/ImagefieldSlideshowFieldFormatter.php +2 −2 File changed.Contains only whitespace changes. Show changes Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
imagefield_slideshow.module +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading
src/Plugin/Field/FieldFormatter/ImagefieldSlideshowFieldFormatter.php +2 −2 File changed.Contains only whitespace changes. Show changes