newsletter fix
This commit is contained in:
parent
327cbd00a7
commit
828a30083d
@ -110,7 +110,7 @@ class blaTinyMceOxViewConfig extends blaTinyMceOxViewConfig_parent
|
||||
"fullscreen" => "fullscreen",
|
||||
"preview" => "preview"
|
||||
);
|
||||
if ($this->getActiveClassName()=="newsletter_main") $aPlugins[] = "legacyoutput";
|
||||
if ($this->getActiveClassName()=="newsletter_main") $aPlugins["legacyoutput"] = false;
|
||||
|
||||
// plugin override
|
||||
if($aOverride = $cfg->getConfigParam("aTinyMCE_plugins_override"))
|
||||
|
Loading…
Reference in New Issue
Block a user