8000 feature: move hinclude from template to fragments by Simperfit · Pull Request #11461 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

feature: move hinclude from template to fragments #11461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,19 @@ path
The path prefix for fragments. The fragment listener will only be executed
when the request starts with this path.

hinclude_default_template
.........................

**type**: ``string`` **default**: ``null``

Sets the content shown during the loading of the fragment or when JavaScript
is disabled. This can be either a template name or the content itself.

.. seealso::

See :doc:`/templating/hinclude` for more information about hinclude.


profiler
~~~~~~~~

Expand Down Expand Up @@ -1537,18 +1550,6 @@ package:
templating
~~~~~~~~~~

hinclude_default_template
.........................

**type**: ``string`` **default**: ``null``

Sets the content shown during the loading of the fragment or when JavaScript
is disabled. This can be either a template name or the content itself.

.. seealso::

See :doc:`/templating/hinclude` for more information about hinclude.

.. _reference-templating-form:

form
Expand Down
0