From b167917d18f4e8304599bc1940daa459a0d212a7 Mon Sep 17 00:00:00 2001 From: lakejason0 Date: Mon, 20 Sep 2021 12:03:07 +0800 Subject: [PATCH] Add config options to skin.json for search vue Rebased from commit "Update" 865df463bd62e323ff8111f21746ce7ff65dbdc7 Bug: #21 Change-Id: Ic800f48a7a100882ecd85d3c6513eaa121fc7fda --- skin.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/skin.json b/skin.json index 6f5e8e7..b7abba9 100644 --- a/skin.json +++ b/skin.json @@ -286,6 +286,13 @@ "value": true, "description": "Whether to show the link to the repository or not." }, + "LakeusSearchHost": { + "value": "", + "description": "Override default search API. Can be used with $wgDisableTextSearch and $wgSearchForwardUrl to mimic user experience on production." + }, + "LakeusUseWvuiSearch": { + "value": true + }, "LakeusWvuiSearchOptions": { "value": { "showThumbnail": true,