Add media_library.config.max_file_size option (#3028)
* feat: add media_library.config.max_file_size option
This commit is contained in:
@ -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...',
|
||||
|
Reference in New Issue
Block a user