Template suggestion for Views Slideshow onDrupal 9

Created on 7 June 2023, about 1 year ago

Hello,

I need to have tempalte suggestion for views slideshow and actually I have only one choice:
<!-- BEGIN OUTPUT from 'modules/contrib/views_slideshow/templates/views-view-slideshow.html.twig' -->

So how can I get more ? Ideally with specific ID.
What kind of code do I need to use ? Inspired by:

function starter_d9_2022_theme_suggestions_views_view_list_alter(array &$suggestions, array $variables) {
  $suggestions[] = 'views_view_list__' . $variables['view']->id();
}

could be:

starter_d9_2022_theme_suggestions_views_view_slideshow_alter(array &$suggestions, array $variables) {
  $suggestions[] = 'views_view_slideshow__' . $variables['view']->id();
}

Thanks

πŸ’¬ Support request
Status

Active

Version

4.8

Component

Documentation

Created by

πŸ‡«πŸ‡·France aiphes

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024