diff --git a/modules/backend/formwidgets/fileupload/partials/_file_multi.htm b/modules/backend/formwidgets/fileupload/partials/_file_multi.htm index e478a7c68..186f03abb 100644 --- a/modules/backend/formwidgets/fileupload/partials/_file_multi.htm +++ b/modules/backend/formwidgets/fileupload/partials/_file_multi.htm @@ -10,6 +10,7 @@ data-max-filesize="" data-config-handler="getEventHandler('onLoadAttachmentConfig') ?>" data-file-types="" + formField->getAttributes() ?> > diff --git a/modules/backend/formwidgets/fileupload/partials/_file_single.htm b/modules/backend/formwidgets/fileupload/partials/_file_single.htm index fbf153051..1f29ff0b6 100644 --- a/modules/backend/formwidgets/fileupload/partials/_file_single.htm +++ b/modules/backend/formwidgets/fileupload/partials/_file_single.htm @@ -9,6 +9,7 @@ data-max-filesize="" data-config-handler="getEventHandler('onLoadAttachmentConfig') ?>" data-file-types="" + formField->getAttributes() ?> > diff --git a/modules/backend/formwidgets/fileupload/partials/_image_multi.htm b/modules/backend/formwidgets/fileupload/partials/_image_multi.htm index 1f43e6cf4..32b3fa5a8 100644 --- a/modules/backend/formwidgets/fileupload/partials/_image_multi.htm +++ b/modules/backend/formwidgets/fileupload/partials/_image_multi.htm @@ -10,6 +10,7 @@ data-max-filesize="" data-config-handler="getEventHandler('onLoadAttachmentConfig') ?>" data-file-types="" + formField->getAttributes() ?> > diff --git a/modules/backend/formwidgets/fileupload/partials/_image_single.htm b/modules/backend/formwidgets/fileupload/partials/_image_single.htm index 069ff1a32..620f1ce82 100644 --- a/modules/backend/formwidgets/fileupload/partials/_image_single.htm +++ b/modules/backend/formwidgets/fileupload/partials/_image_single.htm @@ -11,6 +11,7 @@ data-max-filesize="" data-config-handler="getEventHandler('onLoadAttachmentConfig') ?>" data-file-types="" + formField->getAttributes() ?> >