Actions
Feature #54456
closedAssign values from constants to setup
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-12-16
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It is possible to assign single values from constants in setup like so:
lib.myextension.someconstantvalue = {$lib.myextension.someconstantvalue}
Usually there is more than one value that you want. For me this usually end up like that:
lib.myextension.constantvalues {
thisvalue = {$lib.myextension.thisvalue}
thatvalue = {$lib.myextension.thatvalue}
anothervalue = {$lib.myextension.anthoervalue}
}
I'd like to be able to just say:
libmyectension.constantvalues < {$lib.myextension}
Updated by Benni Mack about 9 years ago
- Target version changed from 7 LTS to 8 LTS
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Actions