Question

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?

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top