Add cross-link

This commit is contained in:
Fabien Potencier
2024-09-13 14:06:34 +02:00
parent 8d1af0fc03
commit 048183eaa6
+4 -2
View File
@@ -3,8 +3,10 @@
.. warning::
The ``attribute`` filter is deprecated as of Twig 3.15. Use the ``.``
operator that now accepts any expression when wrapped with parenthesis.
The ``attribute`` filter is deprecated as of Twig 3.15. Use the
:ref:`dot operator <dot_operator>` that now accepts any expression
when wrapped with parenthesis.
Note that this filter will still be available in Twig 4.0 to allow a
smoother upgrade path.