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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.