Bug #98523
closedAllow relative paths for importing TypoScript files again
100%
Description
In TYPO3 9 to 11 it was possible to specify relative paths for importing TypoScript files via @import
.
Example:
Inside the file EXT:<extension_key>/Configuration/TypoScript/setup.typoscript
write the following line to import all TypoScript files of a neighboring directory Setup
of this file:
@import './Setup/*.typoscript'
This is no longer possible in TYPO3 version 12.0.0.
Unless the loss of this feature is an intentional breaking change, it should be restored before the LTS version is released.
Updated by Christian Kuhn over 2 years ago
- Related to Bug #98526: Allow import of TypoScript files from inside a TypoScript hierarchy again added
Updated by Georg Ringer over 2 years ago
- Target version changed from 12 LTS to 12.1
Updated by Christian Kuhn about 2 years ago
- Related to Feature #97816: New TypoScript parser added
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77013
Updated by Christian Kuhn about 2 years ago
Ok, recursion details. I confirmed the issue, I think it is valid, and pushed a patch to fix this.
Updated by Christian Kuhn about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ff9aade2eea1f31acc88e8b6b78b806038d5b123.