X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bf62d713fcd6cfb0dbeb1ae3ce347d4df96743f7..a62943629fc45519becfbd66176c9238acbeacbd:/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb diff --git a/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb b/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb index ff82b0ccb..da194cad7 100644 --- a/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb +++ b/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb @@ -91,8 +91,3 @@ $wgGroupPermissions['data-admin']['property-create'] = true; // See https://www.mediawiki.org/wiki/Wikibase/Installation/Advanced_configuration#Define_links_for_external_identifiers $wgWBRepoSettings['formatterUrlProperty'] = 'P8'; - -// Disable Wikibase searchbox with this hack (hopefully Wikibase will implement support for it soon) -// See https://phabricator.wikimedia.org/T205560 -// After upgrading to Wikibase 1.33, this line can be deleted. The 'enableEntitySearchUI' above will do the same thing. -$wgResourceModules['wikibase.ui.entitysearch']['scripts'] = [];