Update Google CSE ID field to hide password

This commit is contained in:
anovazzi1 2024-01-09 19:11:02 -03:00
commit ba4f355fbf

View file

@ -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
}