You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started working on this but now I am not sure anymore that this is what we want. Or at least not everywhere. If you create a new template for your new content element for example, then yes. But when you overwrite a template in your App, then no? (Or it simply does not matter then?)
Technically, it would only matter in your app if you are using themes. Because then, a theme template can also adjust your app template… And if you mean @Contao_App (contao/templates) by app, then also every backend admin that can adjust templates could adjust the "app" templates.
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)
.The text was updated successfully, but these errors were encountered: