diff options
| author | Rasmus Fuhse <fuhse@data-quest.de> | 2025-06-13 08:57:00 +0000 |
|---|---|---|
| committer | Rasmus Fuhse <fuhse@data-quest.de> | 2025-06-13 08:57:00 +0000 |
| commit | 217fa88edab4dc8bbf46fd6f147bf21e73f18435 (patch) | |
| tree | 277361d8f7edf3abcd1e73b159802252b4e0185e /lib/include/html_head.inc.php | |
| parent | 56a70ebcd4de55f893b5b36baa9068be365d15c0 (diff) | |
Resolve "STUDIP.wysiwyg_enabled hat keine Funktion"
Closes #5647
Merge request studip/studip!4260
Diffstat (limited to 'lib/include/html_head.inc.php')
| -rw-r--r-- | lib/include/html_head.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php index f65ba14..5704ae4 100644 --- a/lib/include/html_head.inc.php +++ b/lib/include/html_head.inc.php @@ -61,7 +61,6 @@ $lang_attr = str_replace('_', '-', $_SESSION['_language']); is_object($GLOBALS['perm']) && $GLOBALS['perm']->have_perm('autor') && PersonalNotifications::isActivated()) ?>, - wysiwyg_enabled: true, editor_enabled: true, config: <?= json_encode([ 'ACTIONMENU_THRESHOLD' => Config::get()->ACTION_MENU_THRESHOLD, |
