loevgaard / SyliusBrandPlugin

A Sylius plugin to enable the association of brands to your products
MIT License
30 stars 29 forks source link

[TWIG] The spaceless tag is deprecated use filter instead #216

Open Prometee opened 5 months ago

Prometee commented 5 months ago

The spaceless filter was added in Twig 2.7.

Using Sylius 1.12.14 and going to the URL /admin/brands/new you will get this error without this PR:

Unexpected "spaceless" tag (expecting closing tag for the "block" tag defined near line 4).

image

Maybe spaceless can be also removed, or we can use Twig whitespace control: https://twig.symfony.com/doc/2.x/templates.html#whitespace-control WDTY @loevgaard ?