Skip to main content

Plone 4 Tips and Tricks

Table of Contents

Tiny MCE

Adding a color picker to the toolbar

Plone 4 comes installed with Tiny MCE as the default html editor. It has a WYSIWYG interface with a toolbar at the top. However, you may notice that some basic functions are missing (like a color picker). To activate the color picker, follow these steps.

1. Log in with Site Admin privileges.

2. Go to Site Setup > Tiny MCE Visual Editor > and choose Toolbar tab at the top.

3. Scroll down until you find the Forecolor checkbox (off by default) and check it and save.

4. Next, go to the Html Filtering (site setup)

5. Click the StyleStyles tab and add the tag ‘color’ to permitted styles.styles (Add permitted styles button).

That’s it! The next time you go to the html editor you will see the color picker icon.