Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Oliver Eglseder
lfeditor
Commits
97eedc18
Commit
97eedc18
authored
Mar 02, 2015
by
Stefan Galinski
🎮
Browse files
[TASK] Update dependency to the latest EXT:tinymce release
parent
16c4dcc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Classes/Controller/AbstractController.php
Classes/Controller/AbstractController.php
+1
-2
ext_emconf.php
ext_emconf.php
+1
-1
No files found.
Classes/Controller/AbstractController.php
View file @
97eedc18
...
...
@@ -254,8 +254,7 @@ abstract class AbstractController extends ActionController {
}
$pathTinyMCEConfig
=
PATH_site
.
ExtensionManagementUtility
::
siteRelPath
(
'lfeditor'
)
.
'Resources/Public/Scripts/TinyMCEConfig.js'
;
require
(
ExtensionManagementUtility
::
extPath
(
'tinymce'
)
.
'class.tinymce.php'
);
$tinyMCE
=
$this
->
objectManager
->
get
(
'tinyMCE'
);
$tinyMCE
=
$this
->
objectManager
->
get
(
'\SGalinski\Tinymce\Loader'
);
$tinyMCE
->
loadConfiguration
(
$pathTinyMCEConfig
);
/** @var PageRenderer $pageRenderer */
...
...
ext_emconf.php
View file @
97eedc18
...
...
@@ -55,7 +55,7 @@ Following functions are implemented in this module:
'conflicts'
=>
array
(
),
'suggests'
=>
array
(
'tinymce'
=>
'4.
1.9
'
,
'tinymce'
=>
'4.
2.0
'
,
),
),
'suggests'
=>
array
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment