Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tinymce4_rte
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TYPO3
tinymce4_rte
Commits
39d84289
Commit
39d84289
authored
7 years ago
by
Fabian Galinski
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Reparation of the image browser for TYPO3 8
parent
0cbda38c
No related branches found
No related tags found
1 merge request
!10
Typo3v8compatibility
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Classes/Extension/Typo3Image.php
+1
-1
1 addition, 1 deletion
Classes/Extension/Typo3Image.php
Classes/Form/Element/RichTextElement.php
+3
-3
3 additions, 3 deletions
Classes/Form/Element/RichTextElement.php
with
4 additions
and
4 deletions
Classes/Extension/Typo3Image.php
+
1
−
1
View file @
39d84289
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Classes/Form/Element/RichTextElement.php
+
3
−
3
View file @
39d84289
...
...
@@ -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
,
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment