mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Upgrade TinyMCE to v5.1.0
Introduces new sticky toolbar option!
This commit is contained in:
parent
30d3e6f82e
commit
39f457e90e
60 changed files with 113 additions and 104 deletions
2
gui/public/tinymce/plugins/hr/plugin.min.js
vendored
Executable file → Normal file
2
gui/public/tinymce/plugins/hr/plugin.min.js
vendored
Executable file → Normal file
|
@ -4,6 +4,6 @@
|
|||
* For LGPL see License.txt in the project root for license information.
|
||||
* For commercial licenses see https://www.tiny.cloud/
|
||||
*
|
||||
* Version: 5.0.12 (2019-07-18)
|
||||
* Version: 5.1.0 (2019-10-17)
|
||||
*/
|
||||
!function(){"use strict";var n=tinymce.util.Tools.resolve("tinymce.PluginManager"),o=function(n){n.addCommand("InsertHorizontalRule",function(){n.execCommand("mceInsertContent",!1,"<hr />")})},t=function(n){n.ui.registry.addButton("hr",{icon:"horizontal-rule",tooltip:"Horizontal line",onAction:function(){return n.execCommand("InsertHorizontalRule")}}),n.ui.registry.addMenuItem("hr",{icon:"horizontal-rule",text:"Horizontal line",onAction:function(){return n.execCommand("InsertHorizontalRule")}})};!function e(){n.add("hr",function(n){o(n),t(n)})}()}();
|
Loading…
Add table
Add a link
Reference in a new issue