- Issue created by @Abh1shek
- 🇺🇸United States gintass
This theme uses Twig 2 syntax and Drupal 10 requires Twig 3. In Twig 3 spaceless filter has to be added with the apply tag.
The following files in this theme have to be modified to make it compatible with Drupal 10.
templates/field/link-formatter-link-separate.html.twig
templates/form/select.html.twig
templates/form/dropbutton-wrapper.html.twig
templates/navigation/toolbar.html.twig- {% spaceless %} + {% apply spaceless %} - {% endspaceless%} + {% endapply%}
- Status changed to Needs review
about 1 year ago 12:12pm 8 November 2023 - 🇮🇳India SandeepSingh199
thanks @gintass, I am also facing the same issue &
{% apply spaceless %} {% endspaceless%}
fixed the issue. So I have created a patch for it.
@Abh1shek Chauhan please verify it and close this ticket.
Changing status to Needs Review. - Status changed to Needs work
9 months ago 11:43am 8 February 2024 - Merge request !16coffee_zymphonies_theme-3379248:Updated the spaceless tag with apply. → (Open) created by shweta__sharma
- Status changed to Needs review
9 months ago 11:58am 8 February 2024