Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Simply click the module’s title to start writing and formatting. You can use text variables to make the text dynamic, for example to display the user’s first name.

...

Setting

Description

Display style

  • Card view shows titles, publication dates and images for each page.

  • Simple list shows only page titles.

Avatars

Show or hide the page authors' avatars (profile pictures). Users set up their avatars in their Atlassian account.

Number of items

Enter the amount of pages you want to display by default. Users can click a button to load more pages.

Filter

Filters let you narrow down which pages from your site's Confluence spaces to show.

  • Simple lets you use filter by label and space.

  • Select Advanced to filter with CQL.

Filter by label
Available when Filter is set to Basic.

Enter a label you use in Confluence to only include pages with that label. Add a dash ( - ) in front of a label to exclude pages. Separate multiple labels with commas.

Filter by space
Available when Filter is set to Basic.

To show pages from all Confluence spaces on your site, leave this field empty.

To show pages from one or more other spaces, add space keys separated with commas. Exclude a space key by adding a dash ( - ) in front of it.

To show dynamic content, enter a text variable:

Insert excerpt
Text variables (Page Builder)
Text variables (Page Builder)
namePages
nopaneltrue

Order by
Available when Filter is set to Basic.

Arrange the content by modification date, creation date, or alphabet.

Filter with CQL
Available when Filter is set to Advanced.

Use "type = page". Make the filter dynamic with text variables.

For example, show the user's favorite pages:

Code Block
favorite = currentUser() and type = page

...