SyliusBrandPlugin icon indicating copy to clipboard operation
SyliusBrandPlugin copied to clipboard

[TWIG] The spaceless tag is deprecated use filter instead

Open Prometee opened this issue 1 year ago • 1 comments
trafficstars

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 ?

Prometee avatar Apr 04 '24 14:04 Prometee