[bug] add missing control type

This commit is contained in:
zombieFox 2019-04-04 18:12:49 +01:00
parent 50ebd3fad4
commit 1c162cdc2e

View File

@ -233,6 +233,7 @@ var control = (function() {
}, {
element: helper.e(".control-header-search-engine-custom-name"),
path: "header.search.engine.custom.name",
type: "text",
func: function() {
search.render();
}