Hi , my customer want to hide collapsable arrow in brikit theme for non admin users -- i can do it in normal confluence space , but in brikit space , the layout custom code option is not available -- can anybody help me
We don't recommend that because there are many options in Confluence available in the toolbars that are appropriate for non-admins. However, if the customer still wants to, you can use custom JavaScript to hide it. Something like:
if (AJS.Meta.get("is-confluence-admin")) { // do something }
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.