{% from "_includes/forms" import textField %} {{ textField({ label: "File System Path"|t('app'), instructions: "The path to the volume’s directory on the file system. An absolute path ({ex1}) is recommended. It can begin with an alias, such as {ex2}."|t('app', { ex1: '“`/path/to/folder`”', ex2: '`@webroot`' }), id: 'path', class: 'ltr', name: 'path', value: volume.path, errors: volume.getErrors('path'), required: true, placeholder: "/path/to/folder"|t('app') }) }}