{% import "_includes/forms" as forms %} {{ forms.autosuggestField({ label: "Project ID"|t('google-cloud'), id: 'projectId', name: 'projectId', suggestEnvVars: true, value: volume.projectId, errors: volume.getErrors('projectId'), class: 'google-project-id', instructions: 'Your Google project ID'|t('google-cloud'), required: true }) }} {{ forms.autosuggestField({ label: "Contents of the access key file"|t('google-cloud'), id: 'keyFileContents', name: 'keyFileContents', value: volume.keyFileContents, errors: volume.getErrors('keyFileContents'), class: 'google-key-file-contents', instructions: 'If you are using an environment variable, make sure the "\\n" characters in the RSA key are properly escaped. You can leave this blank if you set application default credentials.'|t('google-cloud', { link: 'https://github.com/googleapis/google-auth-library-php#application-default-credentials' }), suggestEnvVars: true, rows: 8, cols: 50 }) }} {% set bucketInput %}