mkay
1/13/2016 - 6:09 PM

ckeditor_styles_howto.md

####Manager:

System Settings > ckeditor > Remove plugins
remove stylescombo from the list

System Settings > ckeditor > CSS styles set
custom:/assets/styles.js

Filesystem:

  • copy /manager/assets/components/ckeditor/styles.js to /assets/
  • change CKEDITOR.stylesSet.add value from default to custom (~line 16)
  • adjust the styles in your new /assets/styles.js using the existing examples