Remove setting of SearchInputWidget configs to already-default values

Change-Id: I2710051386ba826895db9d9c675263847625e17f
This commit is contained in:
Ed Sanders 2017-10-08 19:55:14 +01:00
parent 9ac5caffb4
commit 348d16867f
2 changed files with 1 additions and 3 deletions

View file

@ -32,7 +32,6 @@ class SearchInputWidget extends TitleInputWidget {
$config = array_merge( [
'maxLength' => null,
'icon' => 'search',
'showImages' => false,
], $config );
// Parent constructor

View file

@ -33,8 +33,7 @@
icon: 'search',
maxLength: undefined,
performSearchOnClick: true,
dataLocation: 'header',
namespace: 0
dataLocation: 'header'
}, config );
// Parent constructor