mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "Don't show toolbar in MWLanguageVariantInspector text targets"
This commit is contained in:
commit
84799aa36c
|
@ -127,6 +127,7 @@ ve.ui.MWLanguageVariantInspector.prototype.getContentFromInspector = null;
|
||||||
*/
|
*/
|
||||||
ve.ui.MWLanguageVariantInspector.prototype.createTextTarget = function ( placeholder ) {
|
ve.ui.MWLanguageVariantInspector.prototype.createTextTarget = function ( placeholder ) {
|
||||||
return ve.init.target.createTargetWidget( {
|
return ve.init.target.createTargetWidget( {
|
||||||
|
toolbarGroups: [],
|
||||||
includeCommands: this.constructor.static.includeCommands,
|
includeCommands: this.constructor.static.includeCommands,
|
||||||
excludeCommands: this.constructor.static.excludeCommands,
|
excludeCommands: this.constructor.static.excludeCommands,
|
||||||
importRules: this.constructor.static.getImportRules(),
|
importRules: this.constructor.static.getImportRules(),
|
||||||
|
|
Loading…
Reference in a new issue