Versions Compared

Key

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

...

All Refined Pages, Jira Projects, and Confluence Spaces that you add in the Site Builder get their own landing page on your Refined site. Modules are the building blocks of these pages.

  1. Go to a page’s Layout Editor.

  2. Hover your mouse over a spot in the layout and click the + Add module button that appears.

...

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

  • [ tbd ]

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

  • Simple list shows only page titles.

Avatars

  • [ tbd ]

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

Filter by label
Available when Filter is set to Basic.

  • [ tbd ]

Filter by space
Available when Filter is set to Basic.

  • [ tbd ]

from legacy docs:

When placed on a page that is created from a Confluence Space, the module shows pages from that space. If you’d like to show content from another space instead, set up dynamic content using Text Variables. 

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. For example, show the user's favourite pages:

Code Block
favorite = currentUser() and type = page

...