Skip to content

Commit

Permalink
[DOCS] Document breaking change for INCLUDE_TYPOSCRIPT with DIR
Browse files Browse the repository at this point in the history
Since v12 relative paths with INCLUDE_TYPOSCRIPT and DIR work
differently.

Resolves: #102065
Releases: main, 12.4
Change-Id: I365925767739e15547d0aed81f5631ab12c7d83e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81356
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
liayn authored and lolli42 committed Oct 6, 2023
1 parent 28f1f3f commit 20dd373
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -145,6 +145,10 @@ any curly braces level, resetting current scope to top level. While inclusion of
never been documented to be valid within braces assignments, it still worked until TYPO3 v11.
This is now disallowed and must not be used anymore.

:typoscript:`<INCLUDE_TYPOSCRIPT:` with :typoscript:`DIR:` and relative paths
always assumes the :file:`public/` directory as base directory now.
(Formerly it was relative to the file holding the include statement.)

@import is more restrictive with wildcards
------------------------------------------

Expand Down

0 comments on commit 20dd373

Please sign in to comment.