🐛 | Webform | Drupal\Component\Plugin\Exception\PluginNotFoundException: The "webform_file_validate_extensions" plugin does not exist
Patch seems to have worked on Drupal 10.2.0, PHP 8.1.26.
composer.json example:
"extra": {
...,
"patches": {
"drupal/webform": {
"Issue 3409599. Fix file upload.": "https://git.drupalcode.org/project/webform/-/merge_requests/388.patch"
}
}
}