We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0170c commit 23b2173Copy full SHA for 23b2173
site/docs-md/basics/configuring-your-app.md
@@ -125,7 +125,10 @@ The current ones you might configure are:
125
"cordovaLinkerFlags": ["-ObjC"],
126
// A Boolean value that determines whether pressing on a link displays a preview of
127
// the destination for the link.
128
- "allowsLinkPreview": false
+ "allowsLinkPreview": false,
129
+ // A Boolean value that determines whether to hide native logs or not
130
+ // Default is false
131
+ "hideLogs": true
132
},
133
"electron": {
134
// User agent of Capacitor WebView for Electron
0 commit comments