latte-tools
latte-tools copied to clipboard
twig2latte - attribute function not working
I found out a little problem with twig2latte conversion
.twig
{{ attribute(assets.js, 'es-module-shims') }}
.latte (incorrect with twig2latte), doesn't work with latte
{$assets->js->es-module-shims}
.latte (correct syntax, works with latte)
{$assets->js->{'es-module-shims'}}