Actions
Bug #82372
closedaddItems to flexforms does not work in TYPO3 v8
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-09-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
in TYPO3 v6 and v7 I added values to my flexform with PageTS.
For example:
TCEFORM.tt_content.pi_flexform.gridelements_pi1.general.heightMode { addItems { auto = automode fullbrowserheight = browsermode } }
The coresponding flexform part is:
<?xml version="1.0" encoding="utf-8"?> <T3DataStructure> <meta> <langDisable>1</langDisable> </meta> <sheets> <general> <ROOT> <TCEforms> <sheetTitle>General</sheetTitle> </TCEforms> <type>array</type> <el> <heightMode> <TCEforms> <label>Height Mode</label> <config> <type>select</type> <items></items> </config> </TCEforms> </heightMode> </el> </ROOT> </general> </sheets> </T3DataStructure>
This does not work in Version 8LTS.
Is this by intend?
Regards
Heiko
Updated by Georg Ringer about 6 years ago
This works fine with the following syntax:
TCEFORM { tt_content { pi_flexform { news_pi1 { sDEF { settings\.orderBy.addItems { auto = automode fullbrowserheight = browsermode } } } } } }
fixed with #29461
Updated by Georg Ringer about 6 years ago
- Related to Bug #29461: Page TSconfig for Extbase flexform values doesn't work added
Actions