Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
Added some more options to the line height dialogue
  • Loading branch information
abijames committed Sep 21, 2016
1 parent c10e496 commit 7992bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_modules/ckeditor/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CKEDITOR.editorConfig = function( config ) {
config.uiColor = '#4183C4';
//config.extraPlugins = 'sourcedialog',
config.extraPlugins = 'sourcedialog';
config.line_height="0.25;0.5;0.75;1;1.5;2;";
config.line_height=";0.5;0.75;0.9;1;1.2;1.5;2.0;3.0;";

config.toolbar = [
{ name: 'document', items: ['Templates' ] },
Expand Down

0 comments on commit 7992bca

Please sign in to comment.