Skip to content

Commit

Permalink
Add config options to skin.json for search vue
Browse files Browse the repository at this point in the history
Rebased from commit "Update" 865df46

Bug: #21
Change-Id: Ic800f48a7a100882ecd85d3c6513eaa121fc7fda
  • Loading branch information
lakejason0 authored and winstonsung committed Apr 29, 2024
1 parent 9c9024c commit b167917
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b167917

Please sign in to comment.