Actions
Bug #47985
closedINCLUDE_TYPOSCRIPT does not resolve TS-Constants
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-05-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
INCLUDE_TYPOSCRIPT does not resolve TS-constants defined before the Include takes place:
<INCLUDE_TYPOSCRIPT: source="FILE:{$myIncludePath}/yetAnotherSetup.txt">
--
Work on this ticket may be related to #47982
Updated by Thorsten Kahler over 11 years ago
- Status changed from New to Rejected
This behaviour is documented, see http://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/Syntax/Includes/Index.html
Reason: The final TS constants tree can't be used before all includes are resolved, so this is kind of a hen and egg problem. Otherwise includes could not be used for constants.
Updated by d.ros no-lastname-given over 9 years ago
I mean with "multiple sites in one tree" a common Multidomaintree. root -> Page 1 | root -> Page 2 | root -> Page 3 | etc
Actions