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.
1 parent cf5dccd commit ccb1298Copy full SHA for ccb1298
public/js/editor.js
@@ -30,8 +30,7 @@ pimcore.bundle.tinymce.editor = Class.create({
30
} else {
31
this.maxChars = -1;
32
}
33
- e.detail.config = Object.assign({}, {ui_mode: 'combined'}, e.detail.config);
34
- } else {
+ } else if (e.detail.context === 'document') {
35
e.detail.config = Object.assign({}, {ui_mode: 'split'}, e.detail.config);
36
37
0 commit comments