feat(widget-file): allow adding file from url (#4700)

This commit is contained in:
Basix
2021-01-13 19:27:21 +09:00
committed by GitHub
parent 7349de1a39
commit 9e277ad851
2 changed files with 26 additions and 4 deletions

View File

@ -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',
},