Skip to content

Commit 31bd275

Browse files
authored
Introduced the show_search_suggestions_spellchecked key in the info.json file. (#252)
2 parents 51af9e3 + 75e64f3 commit 31bd275

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ important fields are:
5858
run.
5959
- `upload_bundle` A boolean value. When set to true, it uploads the bundle to the Play Store,
6060
Otherwise, it uploads the APK.
61+
- `show_search_suggestions_spellchecked` A boolean value. When set to `true`, it shows alternative suggestions when the user enters a misspelled search term.
6162
- `kiwix-android_revision` A specific Git commit SHA (revision ID) of the `kiwix-android` repository to use when building the app.
6263
- If this field is set to an `empty` string or `latest`, the latest commit from the `main` branch will be used.
6364
- If this field contains a valid commit SHA, that specific version of the `kiwix-android` code base will be used for the build.

dwds/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"about_app_url": "https://www.dwds.de/a/",
99
"upload_bundle": true,
1010
"disable_help_menu": true,
11+
"show_search_suggestions_spellchecked": true,
1112
"kiwix-android_revision": "latest"
1213
}

0 commit comments

Comments
 (0)