From 57443ed8ffaa6a706eb1bac0c200b6392b1ec783 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Tue, 15 Oct 2024 12:09:34 +0200 Subject: [PATCH] [BUGFIX] Remove paragraph from site set TypoScript note (#4830) --- Documentation/ApiOverview/SiteHandling/SiteSets.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/ApiOverview/SiteHandling/SiteSets.rst b/Documentation/ApiOverview/SiteHandling/SiteSets.rst index 0370aaca0e..9ec10e5a44 100644 --- a/Documentation/ApiOverview/SiteHandling/SiteSets.rst +++ b/Documentation/ApiOverview/SiteHandling/SiteSets.rst @@ -165,7 +165,8 @@ previous include via `static_file_include` or manual :typoscript:`@import` state sets are automatically ordered and deduplicated. That means TypoScript will not be loaded multiple times, if a shared dependency is required by multiple sets. -.. note:: :typoscript:`@import` statements are still fine to be used for local +.. note:: + :typoscript:`@import` statements are still fine to be used for local includes, but should be avoided for cross-set/extensions dependencies. .. _site-sets-page-tsconfig: