Merge "Link inspector: Pass new 'showInterwikis' option to title widget"

This commit is contained in:
jenkins-bot 2019-05-08 19:46:36 +00:00 committed by Gerrit Code Review
commit c1c7e22347

View file

@ -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 ) );