Skip to content

Commit

Permalink
removed custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Aug 6, 2023
1 parent 218a0f1 commit 11d3133
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/code/core/Mage/Cms/Model/Wysiwyg/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ public function getConfig($data = [])
'translator' => Mage::helper('cms'),
'encode_directives' => true,
'directives_url' => Mage::getSingleton('adminhtml/url')->getUrl('*/cms_wysiwyg/directive'),
'popup_css' =>
Mage::getBaseUrl('js') . 'mage/adminhtml/wysiwyg/tinymce/themes/advanced/skins/default/dialog.css',
'content_css' =>
Mage::getBaseUrl('js') . 'mage/adminhtml/wysiwyg/tinymce/themes/advanced/skins/default/content.css',
'width' => '100%',
'plugins' => [],
// TODO resolve different language names in official js files, like Francais is fr_FR.js and Italian is it.js
Expand Down

0 comments on commit 11d3133

Please sign in to comment.