public functionfieldWidgetInfoAlter(array &$info) : void {
// Allows using the 'uri' widget for the 'file_uri' field type, which uses it// as the default widget.// @see \Drupal\file\Plugin\Field\FieldType\FileUriItem$info['uri']['field_types'][] = 'file_uri';
}