Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Hi @david
try this https://docs.developers.optimizely.com/content-management-system/docs/custom-style-formats
I hope this helps!
thank you
You have to user -TinyMceConfigurationOptions to add some custom elements to the Tincy MCE editor .
use create a style which will have this bullet icons and then spcify thier names to have it.
I am working on CMS 12 and am trying to add a custom toolbar button for a checkmark bulleted list. I want all the same functionality of the standard unordered list button, only they want the bullet to be a checkmark image. I've been able to create the plugin successfully and have it showing in the toolbar and functioning at a basic level. Is there a way to tie my new button into all the existing logic that exists for the normal bulllist button? Has anyone out there successfully created a custom icon bulleted list button out there and have it execute all the necessary logic? I am not super-experienced with Dojo, so may be missing something to make it easier.