Actions
Bug #57447
closedINCLUDE_TYPOSCRIPT with relative path from static doesn't work
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
Start date:
2014-03-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Using relative path from a static TypoScript (setup.txt) to include directories or files does not work.
Example of what I would like to do:
# setup.txt # Include libraries <INCLUDE_TYPOSCRIPT: source="DIR:./Library"> # Include the page <INCLUDE_TYPOSCRIPT: source="FILE:./Page/page.ts">
Actions