Skip to content

Commit

Permalink
MAGETWO-57796: [GitHub] Inserted image in product description got bro…
Browse files Browse the repository at this point in the history
…ken on front end magento#6138
  • Loading branch information
shiftedreality committed Oct 11, 2016
1 parent c533b3d commit a657749
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/code/Magento/Cms/Model/Wysiwyg/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public function getConfig($data = [])
'width' => '100%',
'height' => '500px',
'plugins' => [],
'add_directives' => true,
]
);

Expand Down
1 change: 0 additions & 1 deletion lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ define([
}

content = editor.getContent();
content = this.decodeContent(content);

jQuery('#' + this.id).val(content).trigger('change');
},
Expand Down

0 comments on commit a657749

Please sign in to comment.