Actions
Task #90183
closedRemove support for renderMode from FlexForm and force usage of renderType?
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2020-01-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
TYPO3 version should probably be selected as 11, not possible, so I selected 10.
---
In TYPO3 9.5 this still works if used in a Flexform for type select:
<settings.whatever>
<TCEforms>
<label>whatever</label>
<config>
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">first option</numIndex>
<numIndex index="1">1</numIndex>
</numIndex>
<!-- etc -->
</items>
<size>15</size>
<maxitems>100</maxitems>
<renderMode>singlebox</renderMode>
</config>
</TCEforms>
</settings.whatever>
"Using the TCA field type `select` without specifying a valid `renderType` has been marked as deprecated. Additionally the usage of renderMode for select fields has been marked as deprecated." (since 7.6)
Files
Updated by Sybille Peters almost 5 years ago
See also documentation issue: https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TCA/issues/257
Updated by Susanne Moog over 4 years ago
- Related to Task #69822: Move select field type detection to TcaMigration added
Updated by Susanne Moog over 4 years ago
- Related to Task #87447: Drop core 7->8 auto TCA migrations added
Updated by Susanne Moog over 4 years ago
- File Annotation 2020-03-08 132238.png Annotation 2020-03-08 132238.png added
- Status changed from New to Closed
This has already been done in 10 with #87447 - see attached screenshot.
Actions