fix(Address Autocomplete Settings): provider and API Key mandatory if enabled
This commit is contained in:
parent
9880d9466f
commit
7a45c76da2
1 changed files with 4 additions and 2 deletions
|
|
@ -13,12 +13,14 @@
|
|||
"fieldname": "provider",
|
||||
"fieldtype": "Select",
|
||||
"label": "Provider",
|
||||
"mandatory_depends_on": "enabled",
|
||||
"options": "Geoapify"
|
||||
},
|
||||
{
|
||||
"fieldname": "api_key",
|
||||
"fieldtype": "Password",
|
||||
"label": "Api Key"
|
||||
"label": "Api Key",
|
||||
"mandatory_depends_on": "enabled"
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
|
|
@ -29,7 +31,7 @@
|
|||
],
|
||||
"issingle": 1,
|
||||
"links": [],
|
||||
"modified": "2024-04-09 23:43:27.454479",
|
||||
"modified": "2024-05-09 21:40:38.625256",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Integrations",
|
||||
"name": "Address Autocomplete Settings",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue