Reputation: 3498
When creating new records (e.g. for news) in list view in the backend ... the titles length of each records is cropped to 33 characters (incl. the three ...) if longer.
How can I influence this behavior and show more characters of the created records?
I'm using 7.6.18 ...
Upvotes: 0
Views: 450
Reputation: 3207
You can set titel length limit for all records in backend. set this limit in User Settings
. See attched image.
Upvotes: 1
Reputation: 3498
What works is e.g.: In UserTsconfig (https://docs.typo3.org/typo3cms/TSconfigReference/UserTsconfig/Setup/Index.html)
Backend Users -> Options (of a BE User/Usergroup) -> TSconfig:
# Default User value
setup.default.titleLen = 80
setup.override.titleLen= 80
Upvotes: 1