Skip to content

Commit 263a730

Browse files
AdrienClairembaultcedric-anne
authored andcommitted
Fix tinymce
1 parent 34ecf39 commit 263a730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inc/field.class.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,8 @@ public static function showDomContainer($id, $item, $type = "dom", $subtype = ""
692692
*/
693693
public static function showForTab($params)
694694
{
695+
Html::requireJs('tinymce');
696+
695697
$item = $params['item'];
696698

697699
$functions = array_column(debug_backtrace(), 'function');

0 commit comments

Comments
 (0)