Hey everyone! ![]()
I’m building some Confluence macros with Forge Custom UI and running into a tricky issue with page history.
The Problem: When someone clicks to view an old page version (like “View Version 5” in page history), my macro just shows plain text instead of the full interactive UI. But I’ve seen other macros that DO load their full interface in historical views, so I know it’s possible!
What’s Happening:
Current page: Macro works perfectly
Historical versions: Only shows static text (my adfExport content)
What I Want: The macro should show its full UI with the data from that specific version, just like it does on the current page.
My Setup:
Using Forge Custom UI
Have adfExport defined
Data storage is version-aware (working correctly)
Questions:
Is there a special setting in manifest.yml to enable Custom UI in history views?
Do I need to use a specific render mode?
Is this a known Confluence Cloud limitation?
I’ve tried adding render: native but still seeing the same behavior. Any ideas or examples would be super helpful!
Thanks in advance! ![]()