I would like to know if it is possible to use ScriptRunner to hide the 'Markup' menu item in the Insert menu in the Rich Text Editor of Confluence. (see screenshot).
Since some plugin vendors are not supporting wiki markup language/syntax we do not want our users to have this option any longer. I would like to use ScriptRunner to hide this menu item.
I tried using the built in Hide UI Element scripts, but I can't find an option for the dropdown menu items.
Any help would be appreciated.
Thanks Karen
You could hide it pretty easily by adding this to your global stylesheet.
.dropdown-item.content-wikimarkup {display: none !important;}
Hi Davin,
Yes, I knew I could hide it via the global stylesheet. I was just wondering if it is possible to do if via scriptrunner.
Thanks for the information.
Karen
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.