- Issue created by @mykola dolynskyi
- π§πͺBelgium stijnstroobants Leuven
File upload field in Webforms are using the webform-element of type "webform_document_file".
Added patch to allow type "webform_document_file". - πΊπ¦Ukraine mykola dolynskyi Poltava
@stijnstroobants
thanks for extending this
```
if (in_array($elements_info[$webform_key]['#type'], ['managed_file', 'webform_document_file'])) {
```