Created
February 12, 2014 16:32
-
-
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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