mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Added credentials description
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user