Project

General

Profile

Actions

Feature #54456

closed

Assign values from constants to setup

Added by Sascha Schmidt over 10 years ago. Updated over 2 years ago.

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}

Actions

Also available in: Atom PDF