Actions
Task #99772
closedDeprecate TCA renderType="inputLink" at some point
Start date:
2023-01-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The type="input", renderType="inputLink" was replaced in TYPO3 v12 with type="link", however the inputLink still works. At some point it can be deprecated and removed.
typo3/sysext/backend/Migrations/Code/ClassAliasMap.php:
return [
'TYPO3\\CMS\\Backend\\Form\\Element\\InputLinkElement' => \TYPO3\CMS\Backend\Form\Element\LinkElement::class,
Actions