Project

General

Profile

Actions

Bug #55903

closed

Constants are not resolved in backend layout config field

Added by aromedia no-lastname-given almost 11 years ago. Updated over 9 years ago.

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

Also available in: Atom PDF