From 024b8960cdddc2c631961a902633595d18a8c549 Mon Sep 17 00:00:00 2001
From: barredterra <14891507+barredterra@users.noreply.github.com>
Date: Fri, 18 Jun 2021 16:58:48 +0200
Subject: [PATCH] feat: links to google cloud console in description
---
.../doctype/google_settings/google_settings.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/frappe/integrations/doctype/google_settings/google_settings.json b/frappe/integrations/doctype/google_settings/google_settings.json
index ea7394aafb..152d191ae3 100644
--- a/frappe/integrations/doctype/google_settings/google_settings.json
+++ b/frappe/integrations/doctype/google_settings/google_settings.json
@@ -22,7 +22,7 @@
"label": "Enable"
},
{
- "description": "The Client ID obtained from the Google Cloud Console under \"APIs & Services\" > \"Credentials\".",
+ "description": "The Client ID obtained from the Google Cloud Console under \n\"APIs & Services\" > \"Credentials\"\n",
"fieldname": "client_id",
"fieldtype": "Data",
"in_list_view": 1,
@@ -36,7 +36,7 @@
"label": "Client Secret"
},
{
- "description": "The browser API key obtained from the Google Cloud Console under \"APIs & Services\" > \"Credentials\".",
+ "description": "The browser API key obtained from the Google Cloud Console under \n\"APIs & Services\" > \"Credentials\"\n",
"fieldname": "api_key",
"fieldtype": "Data",
"label": "API Key",
@@ -56,7 +56,7 @@
},
{
"depends_on": "google_drive_picker_enabled",
- "description": "The project number obtained from Google Cloud Console under \"IAM & Admin\" > \"Settings\".\n\n",
+ "description": "The project number obtained from Google Cloud Console under \n\"IAM & Admin\" > \"Settings\"\n",
"fieldname": "app_id",
"fieldtype": "Data",
"label": "App ID",
@@ -76,7 +76,7 @@
],
"issingle": 1,
"links": [],
- "modified": "2021-03-30 14:29:15.132565",
+ "modified": "2021-06-18 16:57:10.502174",
"modified_by": "Administrator",
"module": "Integrations",
"name": "Google Settings",