Skip to content
Snippets Groups Projects
Commit 191ce71b authored by Volodymyr Zaets's avatar Volodymyr Zaets
Browse files

MAGETWO-54816: Styles drop down in WYSIWYG editor does not work

parent d0e44f97
Branches
No related merge requests found
......@@ -136,6 +136,10 @@ define([
}
};
if (!settings.style_formats) {
settings.theme_advanced_buttons1 = settings.theme_advanced_buttons1.replace(',styleselect', '');
}
// Set the document base URL
if (this.config.document_base_url) {
settings.document_base_url = this.config.document_base_url;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment