Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.56 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <layout>
  3.     <default>
  4.         <reference name="head">
  5.             <action method="removeItem">
  6.                 <type>js</type>
  7.                 <name>mage/adminhtml/wysiwyg/tiny_mce/setup.js</name>
  8.             </action>
  9.             <action method="addItem">
  10.                 <type>skin_js</type>
  11.                 <name>js/path/to/your/tiny_mce_setup.min.js</name>
  12.                 <params/>
  13.                 <if/>
  14.                 <condition>can_load_tiny_mce</condition>
  15.             </action>
  16.         </reference>
  17.     </default>
  18. </layout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement