[All Adaptavist Apps]
...
This macro
Excerpt |
---|
returns either the name of the currently displayed space or the site title |
Code Block |
---|
{builder-spacetitle}
|
Property | Required | Default | Notes |
---|---|---|---|
sitetitle | false | when set to true the macro always returns the site title whether viewed from a space level page or not |
Wiki Markup Simply add the macro to any panel in theme configuration to display the space title in that panel: {code} {builder-spacetitle} {code} Which gives: {builder-spacetitle}
Wiki Markup If you want to display the site title, even at space level, use the following notation: {code} {builder-spacetitle:sitetitle=true} {code} Which gives: {builder-spacetitle:sitetitle=true}
Not applicable to this macro.
...