Skip to content

Commit d625ac5

Browse files
committed
feature: move hinclude from template to fragments
1 parent 6c77530 commit d625ac5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

reference/configuration/framework.rst

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,19 @@ path
608608
The path prefix for fragments. The fragment listener will only be executed
609609
when the request starts with this path.
610610

611+
hinclude_default_template
612+
.........................
613+
614+
**type**: ``string`` **default**: ``null``
615+
616+
Sets the content shown during the loading of the fragment or when JavaScript
617+
is disabled. This can be either a template name or the content itself.
618+
619+
.. seealso::
620+
621+
See :doc:`/templating/hinclude` for more information about hinclude.
622+
623+
611624
profiler
612625
~~~~~~~~
613626

@@ -1537,18 +1550,6 @@ package:
15371550
templating
15381551
~~~~~~~~~~
15391552

1540-
hinclude_default_template
1541-
.........................
1542-
1543-
**type**: ``string`` **default**: ``null``
1544-
1545-
Sets the content shown during the loading of the fragment or when JavaScript
1546-
is disabled. This can be either a template name or the content itself.
1547-
1548-
.. seealso::
1549-
1550-
See :doc:`/templating/hinclude` for more information about hinclude.
1551-
15521553
.. _reference-templating-form:
15531554

15541555
form

0 commit comments

Comments
 (0)