Skip to content

Instantly share code, notes, and snippets.

@stevewithington
Created February 12, 2014 16:32
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 stevewithington/8959162 to your computer and use it in GitHub Desktop.
Save stevewithington/8959162 to your computer and use it in GitHub Desktop.
Mura CMS : example of how to redefine only a portion of the CKEditor toolbar.
// this code goes in the file located under /{SiteID}/includes/themes/{ThemeName}/js/editor/config.js.cfm
config.toolbar_Default[9] = {name: 'group9', items:['Image','Flash','Media','gmap','-','Table','HorizontalRule','SpecialChar','PageBreak','-','Selectlink','SelectComponent','Templates'<cfif application.configBean.getEnableMuraTag()>,'muratag'</cfif>]};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment