You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
if I see it right, the url will be cut off after 130 characters. Is it possible to get always the full length of the url without cropping it?
Thanks,
Matthias
The text was updated successfully, but these errors were encountered:
no, I was wrong. there is a cropping of the title, not of the entire url I guess. The length of the title can be configured by 'maxLength' - e.g. the title of tx_news:
'GETvar' => 'tx_news_pi1[news]',
'lookUpTable' => [
...
'maxLength' =>'150',
...
]
that fixes my problem.
Hi,
if I see it right, the url will be cut off after 130 characters. Is it possible to get always the full length of the url without cropping it?
Thanks,
Matthias
The text was updated successfully, but these errors were encountered: