Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Aug 6, 2023
1 parent a7f3026 commit 218a0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mage/adminhtml/wysiwyg/tinymce/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tinyMceWysiwygSetup.prototype =
promotion: false,
convert_urls: false,
relative_urls: true,
skin: 'oxide',
skin: 'oxide-dark',
urlconverter_callback: (url, node, on_save, name) => {
// some callback here to convert urls
//url = this.decodeContent(url);
Expand Down

0 comments on commit 218a0f1

Please sign in to comment.