diff --git a/extension.json b/extension.json index a3916d2124..a7e16177bd 100644 --- a/extension.json +++ b/extension.json @@ -894,10 +894,12 @@ "visualeditor-align-widget-left", "visualeditor-align-widget-right", "visualeditor-alignablecontextitem-title", + "visualeditor-annotationbutton-big-tooltip", "visualeditor-annotationbutton-bold-tooltip", "visualeditor-annotationbutton-code-tooltip", "visualeditor-annotationbutton-italic-tooltip", "visualeditor-annotationbutton-link-tooltip", + "visualeditor-annotationbutton-small-tooltip", "visualeditor-annotationbutton-strikethrough-tooltip", "visualeditor-annotationbutton-subscript-tooltip", "visualeditor-annotationbutton-superscript-tooltip", diff --git a/lib/ve b/lib/ve index 2567ca9296..4408c13850 160000 --- a/lib/ve +++ b/lib/ve @@ -1 +1 @@ -Subproject commit 2567ca9296b358a67aa1a002622cd38876a9e98d +Subproject commit 4408c13850e3ee9583f51d0b3c306721b988103f diff --git a/modules/ve-mw/init/ve.init.mw.Target.js b/modules/ve-mw/init/ve.init.mw.Target.js index 55d2bfd57e..c9cb11f629 100644 --- a/modules/ve-mw/init/ve.init.mw.Target.js +++ b/modules/ve-mw/init/ve.init.mw.Target.js @@ -66,7 +66,7 @@ ve.init.mw.Target.static.toolbarGroups = [ include: [ { group: 'textStyle' }, 'language', 'clear' ], forceExpand: [ 'bold', 'italic', 'clear' ], promote: [ 'bold', 'italic' ], - demote: [ 'strikethrough', 'code', 'underline', 'language', 'clear' ] + demote: [ 'strikethrough', 'code', 'underline', 'language', 'big', 'small', 'clear' ] }, // Link { include: [ 'link' ] },