{% import "_includes/forms" as forms %} {{ forms.textField({ label: "Project ID"|t('google-cloud'), id: 'projectId', name: 'projectId', value: volume.projectId, errors: volume.getErrors('projectId'), class: 'google-project-id', instructions: 'Your Google project ID'|t('google-cloud'), required: true }) }} {{ forms.textareaField({ 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: 'You can leave this field empty if you are using Application default credentials.'|t('google-cloud', {'link': 'https://github.com/google/google-auth-library-php#application-default-credentials'}), rows: 8, cols: 50 }) }} {% set bucketInput %}