The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to customize the editor menu, especially reduce the number of features,

Philippe COUDERT
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 21, 2012

, for example have only Heading 1, Heading 2, remove the color box...

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
PeterKoczan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 21, 2012

Hi,

I believe the easiest way to do it is to refer to the How to Hide Elements in Confluence using JavaScript and CSS to hide specific elements. You can find out the name of the elements by viewing the page source once you edit a page. For example applying the following at *Confluence Admin > Custom HTML > At the end of HEAD* will hide the table insert dropdown box from the editor.

<style type="text/css">
    #insert-table-dropdown {
        display:none !important;
    }
</style>

Here are some of the possible toolbar elements to hide in the editor:

rte-button-bold

rte-button-italic

rte-button-underline

color-picker-control

more-menu

rte-button-bullist

rte-button-numlist

rte-button-tasklist

rte-button-outdent

rte-button-indent

rte-button-justifyleft

rte-button-justifycenter

rte-button-justifyright

insert-table-dropdown

insert-menu

toolbar-item toolbar-dropdown

rte-button-undo

rte-button-redo

rte-button-searchreplace

rte-button-help

TAGS
AUG Leaders

Atlassian Community Events