This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new cff749c  (android) Fix incorrect default value in config.xml (#858)
cff749c is described below

commit cff749cf408d2ddc1424ea7ec7ee736d089b670d
Author: Lele <emanuele.ces...@studenti.unimi.it>
AuthorDate: Thu Aug 16 11:23:57 2018 +0200

    (android) Fix incorrect default value in config.xml (#858)
    
    the default loglevel value is DEBUG not ERROR
---
 www/docs/en/dev/config_ref/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/docs/en/dev/config_ref/index.md 
b/www/docs/en/dev/config_ref/index.md
index b291bab..6a7e923 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -314,7 +314,7 @@ KeepRunning(boolean) <br/> ==Android== | *Default: true* 
<br/>  Determines wheth
 KeyboardDisplayRequiresUserAction(boolean) <br/> ==iOS== | *Default: true* 
<br/>  Set to false to allow the keyboard to appear when calling focus() on 
form inputs.
 LoadUrlTimeoutValue(number in milliseconds) <br/> ==Android== | *Default: 
20000, 20 seconds* <br/>  When loading a page, the amount of time to wait 
before throwing a timeout error.
 LoadingDialog(string) <br/> ==Android== | *Default: null* <br/>  If set, 
displays a dialog with the specified title and message, and a spinner, when 
loading the first page of an application. The title and message are separated 
by a comma in this value string, and that comma is removed before the dialog is 
displayed.
-LogLevel(string) <br/> ==Android== | *Default: ERROR* <br/> Allowed values: 
ERROR, WARN, INFO, DEBUG, VERBOSE <br/>  Sets the minimum log level through 
which log messages from your application will be filtered.
+LogLevel(string) <br/> ==Android== | *Default: DEBUG* <br/> Allowed values: 
ERROR, WARN, INFO, DEBUG, VERBOSE <br/>  Sets the minimum log level through 
which log messages from your application will be filtered.
 MediaPlaybackAllowsAirPlay(boolean) <br/> ==iOS== | *Default: true* <br/>  Set 
to false to prevent Air Play from being used in this view. Available in default 
UIWebView and WKWebView.
 MediaPlaybackRequiresUserAction(boolean) <br/> ==iOS== | *Default: false* 
<br/>  Set to true to prevent HTML5 videos or audios from playing automatically 
with the autoplay attribute or via JavaScript.
 Min/Max Version(Regex) <br/> ==Windows== | Allowed values: **/(Microsoft.+? 
&#124; Windows.+?)-(MinVersion &#124; MaxVersionTested)/i** <br/> Identifies 
the ecosystems and their min/max versions the app is compatible with. There are 
three parts to each value: the **SDK**, the **version restriction**, and the 
**version value**.  These preferences are detected by beginning with `Windows` 
or `Microsoft` and ending in `-MinVersion` or `-MaxVersionTested`: <ul><li>The 
**SDK** defines what spe [...]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to