Add media_library.config.max_file_size option (#3028)

* feat: add media_library.config.max_file_size option
This commit is contained in:
Mauro Bieg
2020-01-09 18:56:11 +01:00
committed by Erez Rokah
parent d2db746b9d
commit 24a81ef9b7
4 changed files with 40 additions and 6 deletions

View File

@ -115,6 +115,7 @@ const en = {
},
mediaLibrary: {
onDelete: 'Are you sure you want to delete selected media?',
fileTooLarge: 'File too large.\nConfigured to not allow files greater than %{size} kB.',
},
mediaLibraryModal: {
loading: 'Loading...',