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 e6dd26e commit 21c286fCopy full SHA for 21c286f
templating/hinclude.rst
@@ -93,7 +93,7 @@ Use the ``attributes`` option to define the value of hinclude.js options:
93
.. code-block:: twig
94
95
{# by default, cross-site requests don't use credentials such as cookies, authorization
96
- headers or TLS client certificates; set this option to 'true' to use them
+ headers or TLS client certificates; set this option to 'true' to use them #}
97
{{ render_hinclude(controller('...'), {attributes: {data-with-credentials: 'true'}}) }}
98
99
{# by default, the JavaScript code included in the loaded contents is not run;
0 commit comments