Open
Description
We need to adjust the Twig code examples regarding the set and merge pattern to reflect the changes made in contao/contao#6956 (comment).
Basically attrs(foo).<operations>
→ attrs().<operations>.mergeWith(foo)
.
We need to adjust the Twig code examples regarding the set and merge pattern to reflect the changes made in contao/contao#6956 (comment).
Basically attrs(foo).<operations>
→ attrs().<operations>.mergeWith(foo)
.