Pages module
The Pages module shows a list of pages that belong to a Confluence space. It includes the page’s title, date, and author.
You can add this module to homes on your Refined sites.
Settings
Images
If a page has one or more images, the module shows the first image on that page. Supported image formats are ['bmp', 'gif', 'jpeg', 'jpg', 'png', 'svg', 'tif', 'tiff', 'jfif'].
If the page doesn’t contain an image, or you want to use a different image than the first image on that page, add metadata to the page.
Basic filter
Label. Show only pages that have a specific Confluence label.
Space. By default, the module shows pages from the current space. If you’d like to show content from another space instead, set up dynamic content with Text Variables.Â
Order by. Decide the order of the content: order by modification date, creation date, or alphabet.
Advanced filter
The advanced filter lets you use CQL to show specific pages. For example:
Show the user's favourite pages.
favorite = currentUser() and type = page
Show blog posts that the user added.
type = blogpost AND creator = $username ORDER BY created DESC
List all my mentions
siteSearch ~ "$username*" and mention = currentUser()
Â