I’m working on a Forge Custom UI macro for Confluence, and I’ve hit two issues I haven’t been able to solve yet, hoping someone has a workaround or insight:
-
I want to hide my macro from displayed macro list in Confluence page, I’ve already tried using
hidden: truein themanifest.yml, but it doesn’t seem to have any effect, the macro still appears in the macro browser.Is there any supported way in Forge to hide a macro from the macro browser, or restrict its visibility. -
When editing the macro on a page, I get two dialogs:
-
The default Forge macro config dialog (provided automatically by Confluence)
-
My own custom dialog for configuration (built with Custom UI)
This behavior is similar to what I saw previously with Connect apps and was solved with css.
Is there a way to Hide or disable the default Forge config dialog or at least make it transparent? -