Skip to content

Commit

Permalink
Enable Source button for ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Jovanov committed Sep 22, 2017
1 parent 564bdf9 commit 5be8bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/pages/theme/public/ckedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ this.ckan.module('ckedit', function (jQuery, _) {
{ name: 'insert' },
{ name: 'forms' },
{ name: 'tools' },
{ name: 'document', groups: [ 'document', 'doctools' ] },
{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
{ name: 'others' },
'/',
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
Expand Down

0 comments on commit 5be8bc2

Please sign in to comment.