Skip to content

Commit

Permalink
docs(ios): Document hideLogs config option (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Mar 23, 2020
1 parent 4c0170c commit 23b2173
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/docs-md/basics/configuring-your-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ The current ones you might configure are:
"cordovaLinkerFlags": ["-ObjC"],
// A Boolean value that determines whether pressing on a link displays a preview of
// the destination for the link.
"allowsLinkPreview": false
"allowsLinkPreview": false,
// A Boolean value that determines whether to hide native logs or not
// Default is false
"hideLogs": true
},
"electron": {
// User agent of Capacitor WebView for Electron
Expand Down

0 comments on commit 23b2173

Please sign in to comment.