Hi,
I need this information quickly. Please help me out. I have to display custom styles in the 'Styles' dropdown. I already have the CSS file where the required styles are defined. I have done the below settings.
I have copied the 'myCustomStyle.css' file into \ckeditor\plugins\styles\styles folder. and added below lines to the config.js file.
config.extraPlugins = 'stylesheetparser';
config.contentsCss = 'myCustomStyle.css';
Still, it is not working. Please suggest what can I do to get them in my Styles dropdown?
Thanks
Deepika Karanth