Last active
August 29, 2015 14:13
-
-
Save mkay/6b2826ff41c4cacf18c3 to your computer and use it in GitHub Desktop.
a basic, slim CKEditor config for MODX Revolution
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
[ | |
[ | |
"PasteText", | |
"PasteFromWord" | |
], | |
{ | |
"name":"basicstyles", | |
"items":[ | |
"Bold", | |
"Italic", | |
"Underline", | |
"Strike" | |
] | |
}, | |
[ | |
"Format", | |
"TextColor" | |
], | |
{ | |
"name":"rest", | |
"items":[ | |
"NumberedList", | |
"BulletedList", | |
"Indent", | |
"Outdent", | |
"Link", | |
"Unlink", | |
"Image", | |
"Table", | |
"HorizontalRule", | |
"SpecialChars", | |
"Youtube", | |
"Source", | |
"Maximize" | |
] | |
} | |
] |
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
#ffffff |
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
stylescombo,templates,about,showblocks,blockquote,div,flash,iframe,find,selection,forms,smiley,autogrow,liststyle,justify,pagebreak,indentblock,undo,font,newpage,print,save,language,bidi,selectall,preview, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment