tributemedia / tribute

Bootstrap based theme used as the base theme for Tribute Media's Drupal 9 websites.
GNU General Public License v3.0
1 stars 0 forks source link

Deprecated twig code #41

Open tributemedia opened 10 months ago

tributemedia commented 10 months ago

Using an "if" condition on "for" tag in "themes/custom/tribute/templates/layout/book-export-html.html.twig" at line 37 and 41 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). See https://drupal.org/node/3071078.