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

[TASK] Reparation of the image browser for TYPO3 8

parent 0cbda38c
No related branches found
No related tags found
1 merge request!10Typo3v8compatibility
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
......@@ -14,9 +14,9 @@ namespace SGalinski\Tinymce4Rte\Extension;
* The TYPO3 project - inspiring people to share!
*/
use SGalinski\Tinymce4Rte\RteHtmlAreaApi;
use TYPO3\CMS\Backend\Utility\BackendUtility;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi;
/**
* TYPO3 Image plugin for htmlArea RTE
......
......@@ -361,9 +361,9 @@ class RichTextElement extends AbstractFormElement {
protected function enableRegisteredPlugins() {
// @todo repair this
$plugins = [
// 'TYPO3Image' => [
// 'objectReference' => Typo3Image::class,
// ],
'TYPO3Image' => [
'objectReference' => Typo3Image::class,
],
'TYPO3Link' => [
'objectReference' => TYPO3Link::class,
],
......
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