Actions
Bug #43062
closedtt_content field CType too small
Start date:
2012-11-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Since 4.7, the field list_type allows up to 255 chars #32471 because Extbase plugins tend to have longer plugin names.
I very often create custom content elements instead of plugins, because it is much easier to arrange all needed fields for customers without dealing with subtypes_excludelist, subtypes_addlist and especially denying the output of the header field, without loosing the ability to give the content element an identifying name for the backend.
But CType is still limited to 30 chars and so i am "forced" to shorten the extension names (often not really an option) or shorten the contentelement names. (pi1...piX)
Is there any reason, not to also allow up to 255 chars vor CType?
Actions