Added credentials description

This commit is contained in:
denchi
2023-07-29 21:31:10 +01:00
parent 56c5c0dace
commit 6cedcc352a
@@ -11,6 +11,8 @@ class GoogleSearchApi implements INodeCredential {
this.label = 'Google Custom Search API' this.label = 'Google Custom Search API'
this.name = 'googleCustomSearchApi' this.name = 'googleCustomSearchApi'
this.version = 1.0 this.version = 1.0
this.description =
'Please refer to the <a target="_blank" href="https://console.cloud.google.com/apis/credentials">Google Cloud Console</a> for instructions on how to create an API key, and visit the <a target="_blank" href="https://programmablesearchengine.google.com/controlpanel/create">Search Engine Creation page</a> to learn how to generate your Search Engine ID.'
this.inputs = [ this.inputs = [
{ {
label: 'Google Custom Search Api Key', label: 'Google Custom Search Api Key',