mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
Merge "Link inspector: Pass new 'showInterwikis' option to title widget"
This commit is contained in:
commit
c1c7e22347
|
@ -60,6 +60,7 @@ ve.ui.MWInternalLinkAnnotationWidget.prototype.createInputWidget = function ( co
|
|||
excludeCurrentPage: true,
|
||||
showImages: mw.config.get( 'wgVisualEditorConfig' ).usePageImages,
|
||||
showDescriptions: mw.config.get( 'wgVisualEditorConfig' ).usePageDescriptions,
|
||||
showInterwikis: true,
|
||||
api: ve.init.target.getContentApi(),
|
||||
cache: ve.init.platform.linkCache
|
||||
}, config ) );
|
||||
|
|
Loading…
Reference in a new issue