From d625ac5dd40dbafa155471b26e5ef7cf7a447f04 Mon Sep 17 00:00:00 2001 From: Amrouche Hamza Date: Mon, 22 Apr 2019 08:26:47 +0200 Subject: [PATCH] feature: move hinclude from template to fragments --- reference/configuration/framework.rst | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) 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