For limiting the maximum length of a news title, i can use this tsConfig setting:
TCEFORM.tx_news_domain_model_news.title.config.max = 70
Is it possible to set such a limitation also for teaser and bodytext of news records? Since these are not simple input fields but textareas or RTE fields, it doesn´t seem to be that easy to limit their length. Is it possible nevertheless?