Skip to content

Instantly share code, notes, and snippets.

@mkay
Last active January 13, 2016 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkay/3cd9e99c6959b3554a1c to your computer and use it in GitHub Desktop.
Save mkay/3cd9e99c6959b3554a1c to your computer and use it in GitHub Desktop.

####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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment