Versions Compared

Key

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

...

Setting

Description

Title

Turn the module’s title on or off.

Title text
Available when Title is turned on.

Enter the module’s title. Use text variables such as $userfirstname to make this title dynamic.

Display style

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

  • Simple list shows only page titles.

Avatars

[ tbd ]

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 always click a button to load more pages.

Filter

[ tbd ]

  • Simple

  • Advanced

    Filters let you narrow down which pages from your site's Confluence spaces to show. Simple lets you use the most common filters. Select Advanced to filter with CQL.

    Filter by label
    Available when Filter is set to Basic.

    [ tbd ]

    Enter a label here to include only the pages that have that label in Confluence. Add a dash ( - ) in front of a label to exclude its issues. Separate multiple labels with commas.

    Filter by space
    Available when Filter is set to Basic.

    • [ tbd ]

    from legacy docs:Decide which spaces to include:

    • Leave this field empty to show pages from all Confluence spaces on your site.

    • When placed on a page that is created from a Confluence

    Space the module shows If you’d like to show content from another space instead, set up dynamic content using Text Variables. 
    • To show pages from one or more other spaces, aadd space keys separated with commas. Exclude a space key by adding a dash ( - ) in front of it.

    Order by
    Available when Filter is set to Basic.

    • [ tbd ]

    last modified, creation date, alphabetical

    Filter with CQL
    Available when Filter is set to Advanced.

    • [ tbd ]

    from legacy docs:

    The advanced filter lets you use CQL to show specific pages. Use "type = page". Make the filter dynamic with text variables.

    For example, show the user's favourite pages:

    Code Block
    favorite = currentUser() and type = page

    ...