Twig - Why does it not allow us to set object / array values? Twig - Why does it not allow us to set object / array values? symfony symfony

Twig - Why does it not allow us to set object / array values?


Twig's a bit weird in this regard. You'll need to use the merge filter for this.

{% set entry = entry|merge({'depth': 1}) %}