I have a page view with three Views Fieldset fields. Is there a way to override the fieldset template for one of the three fields?
I tried saving the "views-fieldsets-details.html.twig" in my theme as "views-fieldsets-details--fieldset_1.html.twig" and clearing the cache, but it isn't taking.
I appreciate any help given.
Issue fork views_fieldsets-3166744
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kecsotYes, as I see hook suggestions are missing from Drupal 8+ version.
Comment #3
smustgrave commentedComment #5
smustgrave commentedTry this.
Comment #6
bramdriesenBesides one PHPCS remark it looks okay to me
Comment #8
smustgrave commentedThanks! Fixed the phpcs issue. Didn't notice gitlab flagged that, have to remember to check that now.