We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCW 3.3.16 doesnt work with MM to use TinyMCE
small workaround at MultiColumnWizard.php
MultiColumnWizard/system/modules/multicolumnwizard/MultiColumnWizard.php
Line 610 in 786f252
- $tinyMce = $this->getMcWTinyMCEString($objWidget->id, $arrField); + $valTinyId = $this->strField . '_row' . $this->activeRow . '_' . $strKey; + $objWidget->id = $valTinyId; + $tinyMce = $this->getMcWTinyMCEString($valTinyId, $arrField); $arrField['eval']['tl_class'] .= ' tinymce';
The text was updated successfully, but these errors were encountered:
fixed in MCW-bundle menatwork/contao-multicolumnwizard-bundle#25
Sorry, something went wrong.
No branches or pull requests
MCW 3.3.16 doesnt work with MM to use TinyMCE
small workaround at MultiColumnWizard.php
MultiColumnWizard/system/modules/multicolumnwizard/MultiColumnWizard.php
Line 610 in 786f252
The text was updated successfully, but these errors were encountered: