mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-28 15:30:07 -04:00
Added about_the_app
for dwds app.
* It adds an `About the app` item to the sidebar. Clicking it opens the URL in an external web browser * Updated the `README.md` file to show this new feature introduce for custom apps.
This commit is contained in:
parent
4fe8145787
commit
bdc4d7c14b
@ -49,6 +49,7 @@ important fields are:
|
|||||||
- `disable_read_aloud`, a boolean value, when set to `true`, it disable the text-to-speech feature
|
- `disable_read_aloud`, a boolean value, when set to `true`, it disable the text-to-speech feature
|
||||||
- `disable_title`, a boolean value, when set to `true`, it disable the app title and set the app icon to hamburger
|
- `disable_title`, a boolean value, when set to `true`, it disable the app title and set the app icon to hamburger
|
||||||
- `disable_external_links`, a boolean value when set to `true`, it disables the external link popup
|
- `disable_external_links`, a boolean value when set to `true`, it disables the external link popup
|
||||||
|
- `about_the_app`, a URL, when it is set, it adds an `About the app` item to the sidebar. Clicking it opens the URL in an external web browser
|
||||||
and hides the external links preference from the settings.
|
and hides the external links preference from the settings.
|
||||||
- `new`, A boolean value, when set to `true`, it triggers the creation
|
- `new`, A boolean value, when set to `true`, it triggers the creation
|
||||||
and storage of a dummy release Bundle during the current workflow
|
and storage of a dummy release Bundle during the current workflow
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
"enforced_lang": "de",
|
"enforced_lang": "de",
|
||||||
"disable_read_aloud": true,
|
"disable_read_aloud": true,
|
||||||
"disable_title": true,
|
"disable_title": true,
|
||||||
"disable_external_links": true
|
"disable_external_links": true,
|
||||||
|
"about_app_url": "https://www.dwds.de/d/ueber-uns"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user