Project

General

Profile

Actions

Bug #91361

closed

TypoScript - PageTS not loaded if a bracket exists in the key

Added by Christian Hackl almost 4 years ago. Updated over 1 year ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2020-05-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After updating from TYPO3 7 to 9 I noticed the following:
PageTs will not be loaded if a bracket exists in the key.
Strangely explained I try to show it with an example:

TCEFORM {
    tt_content {
        pi_flexform.ttaddress_listview.sDISPLAY.settings\.displayMode.addItems {
            mykey(something) = label
        }
    }
}

RTE {
    default {
        preset = rte_theme
    }
}

Then everything after this "mykey(something)" is no longer loaded.
If you remove the brackets, the remaining TS (here RTE) is loaded.

(yes brackets in the key are not good - but I think I should at least be logged or something like that)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #97816: New TypoScript parserClosed2022-06-27

Actions
Actions

Also available in: Atom PDF