Actions
Bug #55903
closedConstants are not resolved in backend layout config field
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-02-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Since in backend layout config field there's a TypoScript-like syntax i would expect to use constants as well.
For example:
backend_layout {
colCount = 3
rowCount = 2
rows {
1 {
columns {
1 {
name = Navigation links
colPos = {$colPos.colNav}
}
2 {
name = Content
colPos = {$colPos.colContent}
The constants were resolved except of the backend layout config field. It would be easier for configuration.
Actions