Is there a way to apply a macro to every page in Confluence, just like enabling a space wide workflow in Ad hoc Workflows plugin ?? I need similar thing - to display component just below added by/last edited page header for every page. Maybe a decorator would help, but I don't know how to invoke a macro from a decorator.
Community moderators have prevented the ability to post new answers.
In a decorator you should be able to render a macro using
$helper.renderConfluenceMacro("{mymacro}")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.