We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a72bb commit 8054617Copy full SHA for 8054617
src/TwigComponent/doc/index.rst
@@ -997,7 +997,8 @@ normal ``{{ }}`` syntax:
997
// and pass object, or table, or anything you imagine
998
<twig:Alert :foo="['col' => ['foo', 'oof']]" />
999
1000
-To forward attributes to another component, use `{{...}}` spread operator syntax:
+To forward attributes to another component, use `{{...}}` spread operator syntax.
1001
+This requires Twig 3.7.0 or higher:
1002
1003
.. code-block:: html+twig
1004
0 commit comments