Comments widget

Key point: The latest comments posted on your groups.

The comments widget displays the list of tasks and discussions that have been most recently updated in the last 90 days, either by a new comment or a reply.

When multiple comments or replies have been posted against the same discussion, it is listed only once. Discussions on shared groups also only appear once.

If a comment includes an attachment, the icon is displayed next to the title of the discussion.

Display

Configuration

The ID of this widget is comments.

It supports the following parameters:

For example, to display a small widget (default):

<widget name="comments"/>

Or to display a medium-sized widget showing up to 10 comments at a time:

<widget name="comments" size="medium">
  <parameters max-items="10"/>
</widget>