Search code examples
typo3tt-news

Default category in tt_news


Is there a way to set a default category for tt_news, in such a way that a user don't need to explicitly assign the category when creating a news?


Solution

  • You can set it with PageTS:

    TCAdefaults.tt_news.category = 123
    

    Make sure that editing user (if is not a admin) has proper rights to edit category field, otherwise the default category won't be saved.