Skip to content
Snippets Groups Projects
Commit d3aaeae2 authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[TASK] Removal of the RTE wizard

parent 71de291b
No related branches found
No related tags found
1 merge request!10Typo3v8compatibility
......@@ -275,6 +275,10 @@ class RichTextElement extends AbstractFormElement {
$html = $this->getMainHtml();
if (isset($parameterArray['fieldConf']['config']['wizards']['RTE'])) {
unset($parameterArray['fieldConf']['config']['wizards']['RTE']);
}
$this->resultArray['html'] = $this->renderWizards(
array($html),
$parameterArray['fieldConf']['config']['wizards'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment