Skip to content
Snippets Groups Projects
Commit 92bae649 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Maximum height not restricted

Fixes: #61157
parent 93fba4cc
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ tinymce.init({
paste_as_text: true,
remove_script_host: false,
relative_urls: false,
autoresize_max_height: 500,
plugins: [
'advlist autolink lists charmap hr anchor pagebreak searchreplace wordcount visualblocks visualchars code',
'nonbreaking save table directionality template paste colorpicker autoresize'
......
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