-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
In my site extension, I have this line in my Configuration/TypoScript/setup.typoscript:
@import './config.typoscript'
(I also have more lines like this both in my setup.typoscript as well as my constants.typoscript.)
Without Bolt, the TypoScript from config.typoscript gets loaded fine (as seen in the TS object browser).
With Bolt, the TypoScript from the relative imports does not get loaded, even though TypoScript from setup.typoscript and constants.typoscript does get loaded.
Adding the extension key to the import gets the inclusion to work again:
@import 'EXT:site_maschinenrichtlinie/Configuration/TypoScript/config.typoscript'
This works for me as a workaround. However, still being able to use relative imports still would improve my developer experience.
Metadata
Metadata
Assignees
Labels
No labels