]> git.openstreetmap.org Git - chef.git/commitdiff
Remove no longer needed Wikibase setting
authorTom Hughes <tom@compton.nu>
Tue, 3 Nov 2020 10:45:04 +0000 (10:45 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 3 Nov 2020 10:45:04 +0000 (10:45 +0000)
cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb

index ff82b0ccb4368ec70309484c92883da4d364fbe8..da194cad74efeecfbaa749ca045bb6a3fb130168 100644 (file)
@@ -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'] = [];