- EntryType('news', _('news'), commentable=True, on_main=True),
- EntryType('publications', _('publications'), commentable=False, on_main=False),
- EntryType('info', _('info'), commentable=False, on_main=False),
+ EntryType('news', _('news'), commentable=True, on_main=True, promotable=True),
+ EntryType('publications', _('publications')),
+ EntryType('info', _('info')),