Forgot to commit ckeditor bbcode plugin and conf
This commit is contained in:
13
app/assets/javascripts/ckeditor/config.js
Normal file
13
app/assets/javascripts/ckeditor/config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
CKEDITOR.editorConfig = function( config ) {
|
||||
config.extraPlugins = 'bbcode';
|
||||
|
||||
config.toolbar = [
|
||||
['Source', '-', 'Save','NewPage','-','Undo','Redo'],
|
||||
['Find','Replace','-','SelectAll','RemoveFormat'],
|
||||
['Link', 'Unlink', 'Image'],
|
||||
'/',
|
||||
['FontSize', 'Bold', 'Italic','Underline'],
|
||||
['NumberedList','BulletedList','-','Blockquote'],
|
||||
['TextColor', '-', 'Smiley','SpecialChar', '-', 'Maximize']
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user