Hello Everybody,
Can you all suggest an option to group a few elements together on the Confluence page so it looks Visually appealing? I can only think of the Expand macro but it shows as a link always and I don't want to do that.
I want to do something similar to dropdown toggle button which then shows more CTAs.
Thank you in advance .
Hi @Himanshi Sharma ,
If not using something from Marketplace, you can either:
to create the toggle button you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for answering. From where can I find the option of User Macro?
I apparently have the Admin rights on the space but I fail to find the option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for confusing you, "User Macros" is available just for Server/Data Center Confluence. For Cloud, the Forge platform (react-like components) can be used or Connect (for now seems to be still supported ). So, I can think just of creating a custom addon with a macro or panel where you can add e.g. macro as a skeleton for the data repreentation, and use JS code to trigger dropdown as you need (https://developer.atlassian.com/platform/forge/build-a-hello-world-app-in-confluence/).
Paid solutions: https://marketplace.atlassian.com/search?hosting=cloud&product=confluence&query=dropdown
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.