We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c24e4 commit 72d3b4bCopy full SHA for 72d3b4b
src/templates/integrations/address-providers/google-places/_settings.html
@@ -28,17 +28,6 @@
28
errors: integration.getErrors('apiKey'),
29
}) }}
30
31
-{{ macros.proxyField(fieldVariables, 'autosuggestField', {
32
- label: 'API Key' | t('formie'),
33
- instructions: 'Enter your {name} {label} here.' | t('formie'),
34
- name: 'apiKey',
35
- required: true,
36
- suggestEnvVars: true,
37
- value: integration.settings.apiKey ?? '',
38
- warning: macros.configWarning('apiKey', 'formie'),
39
- errors: integration.getErrors('apiKey'),
40
-}) }}
41
-
42
{{ macros.proxyField(fieldVariables, 'autosuggestField', {
43
label: 'Geocoding API Key' | t('formie'),
44
instructions: 'Enter your {name} {label} here, if different to your API Key.' | t('formie'),
0 commit comments