Update Google CSE ID field to hide password
This commit is contained in:
parent
e13eeeaea6
commit
ba4f355fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class GoogleSearchAPIWrapperComponent(CustomComponent):
|
|||
def build_config(self):
|
||||
return {
|
||||
"google_api_key": {"display_name": "Google API Key", "password": True},
|
||||
"google_cse_id": {"display_name": "Google CSE ID"},
|
||||
"google_cse_id": {"display_name": "Google CSE ID","password":True},
|
||||
# Fields with "show": False are omitted based on the rules
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue