We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1adb44 + 5456e64 commit 8cad668Copy full SHA for 8cad668
app/code/Magento/Store/etc/config.xml
@@ -24,13 +24,13 @@
24
<merge_files>0</merge_files>
25
<minify_files>0</minify_files>
26
<minify_exclude>
27
- <tiny_mce_6>/tiny_mce_6/</tiny_mce_6>
+ <hugerte>/hugerte/</hugerte>
28
</minify_exclude>
29
</js>
30
<css>
31
32
33
34
35
</css>
36
<image>
app/code/Magento/Ui/view/base/requirejs-config.js
@@ -13,6 +13,7 @@ var config = {
13
init: function () {
14
'use strict';
15
window.tinymce = window.hugerte;
16
+ window.tinyMCE = window.hugerte;
17
return window.hugerte;
18
}
19
0 commit comments