Actions
Task #68409
closedClean usage of non-string-values in TCA-definitions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2015-07-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
We have quite a number of settings in the default TCA-files which sometimes are an int or even boolean and sometimes a string. These include for example size, max, maxitems (all int) and show_thumbs (bool).
Use the proper type consistently.
In the docs the types are defined, for example:
http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Select/Index.html
Actions