Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/12139
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Jan 10, 2023
1 parent 2963d39 commit 0de038e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload/admin/view/javascript/ckeditor/config.js
Expand Up @@ -21,6 +21,7 @@ CKEDITOR.editorConfig = function( config ) {
config.extraPlugins = 'opencart,codemirror'; //
config.codemirror_theme = 'monokai';
config.toolbar = 'Custom';
config.allowedContent = true;

config.toolbar_Custom = [
['Source'],
Expand Down

0 comments on commit 0de038e

Please sign in to comment.