From 881061607b49dddd6d962a6f6fdb26a6f06d992f Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 13 Dec 2023 16:00:27 +0530 Subject: [PATCH] Added `disable_external_links` for dwds app. * it disables the external link popup and hides the external links preference from the settings. * Updated the `README.md` file to show this new feature introduce for custom apps. --- README.md | 2 ++ dwds/info.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae7f07..eab3b69 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ important fields are: - `disable_tabs`, a boolean value, when set to `true`, it deactivates the multi-tabs 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_external_links`, a boolean value when set to `true`, it disables the external link popup + and hides the external links preference from the settings. - `new`, A boolean value, when set to `true`, it triggers the creation and storage of a dummy release Bundle during the current workflow run. diff --git a/dwds/info.json b/dwds/info.json index 1480687..a2859a5 100644 --- a/dwds/info.json +++ b/dwds/info.json @@ -3,5 +3,6 @@ "zim_url": "https://{{DWDS_HTTP_BASIC_ACCESS_AUTHENTICATION}}@www.dwds.de/kiwix/f/dwds_de_dictionary_nopic_2023-11-20.zim", "enforced_lang": "de", "disable_read_aloud": true, - "disable_title": true + "disable_title": true, + "disable_external_links": true }