From 23b217386e0cf6453ba75923198bbfd9225f5cf6 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Mon, 23 Mar 2020 17:13:50 +0100 Subject: [PATCH] docs(ios): Document hideLogs config option (#2619) --- site/docs-md/basics/configuring-your-app.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/docs-md/basics/configuring-your-app.md b/site/docs-md/basics/configuring-your-app.md index 69f231633..08a0375d9 100644 --- a/site/docs-md/basics/configuring-your-app.md +++ b/site/docs-md/basics/configuring-your-app.md @@ -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