These macros allow you to move or delete standard Confluence user interface features such as the breadcrumb trail and comments, or optionally show parts of the theme depending on the current view (e.g. only show the label editor on pages and news items). Unlike most other macros, you can only use them inside Builder panels - they will not work anywhere else.
- builder-breadcrumbs macro — This macro defines where the breadcrumb trail will appear within the theme layout. You can move this macro to another panel to relocate the breadcrumbs or remove it altogether if you do not want a breadcrumb disaply.
- builder-children macro — defines where the list of child pages, if enabled, will be shown
- builder-comments macro — defines where the page/news comments, if enabled, will be shown
- builder-favicon macro — adds a "favourite" icon to your layout
- builder-infopanel macro — defines where the infopanel, if required, will be shown
- builder-labels macro — creates a duplicate of the quick label editor
- builder-pagetitle macro — returns the name of the currently viewed page
- builder-sidebar macro — This macro is used to force the collapse/display of the sidebars on a page-by-page basis.
- builder-watchicon macro — creates a duplicate of the 'watch' icon from the standard confluence theme
- builder-welcome-message macro — defines where the site welcome message will be shown
3 Comments
Unknown User (kens)
We've recently installed the descendent notification plugin and was wondering if there is a builder macro for it similar to the builder-watchicon macro. I realize I can use the compound menuitem macro to place the functionality within the Edit menu, but I'd like to place the icon in the title panel like the builder-watchicon provides. I would prefer having the icon vs. text in the title panel to provide the functionality, but we turn off icon displays to improve performance. The behaviour of the builder-watchicon macro works great, hence the desire for something similar.
Unknown User (amoran)
Assuming you have builder 3.3.3 installed and have setup a menulink alias called 'descendant' you would use the following code to insert it as an icon.
Which incidentally is exactly how builder-watchicon works
Unknown User (kens)
Thanks for the info. We are running 3.2.1. Is there a solution for this version?