@@ -211,6 +211,7 @@ class MediaBulkUploadForm extends FormBase {
'#items'=>$mediaTypeLabels,
];
if(count($mediaTypes)>1){
$form['information_wrapper']['warning']=[
'#type'=>'html_tag',
'#tag'=>'p',
@@ -218,6 +219,7 @@ class MediaBulkUploadForm extends FormBase {
'#name'=>'media_bulk_upload_information',
'#value'=>$this->t('Please be aware that if file extensions overlap between the media types that are available in this upload form, that the media entity will be assigned automatically to one of these types.'),