Skip to content

Commit

Permalink
Merge branch 'master' into fix/359-fix-module-id
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Sep 19, 2024
2 parents 2f020ae + 84135e7 commit 1ecd7e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changelog
=========

1.10.7 (Unreleased)
-----------------------
1.10.7 (September 19, 2024)
----------------------------
- Enh #342: JS Dependency Updates
- Enh #344: Replace theme variables with CSS variables
- Fix #346: Disable automatic iframe attribute "sandbox" on TinyMCE editor
- Fix #345: Fix module ID

1.10.6 (August 6, 2024)
Expand Down
1 change: 1 addition & 0 deletions widgets/TinyMce.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ private function initDefaults()
'toolbar' => 'undo redo | wrapper blocks | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist' . $humhubTriggerToolbar . ' | removeformat | code',
'content_style' => '.img-responsive {display:block;max-width:100%;height:auto}',
'valid_elements' => '*[*]',
'sandbox_iframes' => false,
'relative_urls' => false,
'remove_script_host' => true,
'external_plugins' => $external_plugins,
Expand Down

0 comments on commit 1ecd7e7

Please sign in to comment.