feat(widget-file): allow adding file from url (#4700)
This commit is contained in:
@ -157,11 +157,17 @@ const en = {
|
||||
},
|
||||
image: {
|
||||
choose: 'Choose an image',
|
||||
chooseUrl: 'Insert from URL',
|
||||
replaceUrl: 'Replace with URL',
|
||||
promptUrl: 'Enter the URL of the image',
|
||||
chooseDifferent: 'Choose different image',
|
||||
remove: 'Remove image',
|
||||
},
|
||||
file: {
|
||||
choose: 'Choose a file',
|
||||
chooseUrl: 'Insert from URL',
|
||||
replaceUrl: 'Replace with URL',
|
||||
promptUrl: 'Enter the URL of the file',
|
||||
chooseDifferent: 'Choose different file',
|
||||
remove: 'Remove file',
|
||||
},
|
||||
|
Reference in New Issue
Block a user