3
votes

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?

1

1 Answers

4
votes

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.