Add the ability to register external images into the module using the ImageApp

This commit is contained in:
Oliver 2026-02-07 18:29:20 -07:00
parent 16e61a4855
commit 3fdbdf842c
5 changed files with 144 additions and 43 deletions

View file

@ -48,9 +48,11 @@
"ImageApp": {
"title": {
"upload": "Upload New Image",
"register": "Register External Image",
"edit-named": "Editing Image: {name}",
"edit-generic": "Editing Image"
},
"toggle-upload-mode": "Toggle Upload Mode",
"image-label": "Image",
"clear": "Clear",
"preview-placeholder": "Select an image to see a preview"
@ -73,7 +75,8 @@
"error": {
"db-out-of-date": "Database out of date, please try again.",
"document-ID-404": "Cannot find {dbType} with ID: {id}",
"no-upload-permission": "Cannot save due to missing the \"Upload Files\" permission."
"no-upload-permission": "Cannot save due to missing the \"Upload Files\" permission.",
"cant-find-image": "Cannot find image at location: {url}"
}
}
}