A question came up from one of our product managers asking if there is an option to disable the link within the macro dialog box. An example of the link we are looking at is shown below:
The link in question is the one appearing at the bottom left corner.
Is there an option to turn this off for normal confluence-users?
thanks!
you can try hiding it with CSS. Here‘s the documentation how you can add custom CSS to your Confluence instance.
In order to hide the link, you can try using this snippet:
a#marketplace-link {
display:none;
}
Cheers,
Matthias
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.