Actions
Task #88722
closedExtended field length of header_position
Start date:
2019-07-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Current situation:
Length of field header_position is set to 6, because of the three values "center", "left", and "right"
Problem:
If you add a new field via TCEForm long values cutted.
TCEFORM.tt_content.header_position.addItems {
u-txt-center = Centered
}
Possible solution:
Extend field length to Varchar(255)
Actions