diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 4bd247ba978..e5ee77a50b7 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -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 ~~~~~~~~ @@ -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