In one of my Sitecore solutions the user needs to have some predefined CSS class’s that they can put on their tables created in the richtext editor from the back office.
When I go to the Table wizard I can see the CSS class dropdown list, but the only option that’s available is one called “Clear class”.
How can I define some more class’s in that drop down list?
You want to find the following setting in the
web.config:Whatever that CSS file is, that’s the one where you can add your new classes. Once you change it, clear your browser cache and re-open the browser. The RTE should then get the new classes.