From 12373912a3f62b857cb7de5355079cc6bceb5fbd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 3 Nov 2020 10:45:04 +0000 Subject: [PATCH] Remove no longer needed Wikibase setting --- cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb | 5 ----- 1 file changed, 5 deletions(-) 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'] = []; -- 2.43.2