I just created a fresh project and got the forecolor and background
buttons working:

1. `cp mezzanine/mezzanine/core/static/mezzanine/js/tinymce_setup.js 
example_project/static/`
2. Edit tinymce_setup.js, adding "textcolor" to `plugins` and "forecolor
backcolor" to `toolbar`.
3. Edit settings:

    TINYMCE_SETUP_JS = 'tinymce_setup.js'
    RICHTEXT_ALLOWED_STYLES = ("border", "display", "float", "list-style-type",
                               "margin", "margin-bottom", "margin-left",
                               "margin-right", "margin-top", "padding-left",
                               "text-align", "text-decoration", 
"vertical-align",
                               "color", "background-color")

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to