mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: add media upload to news editor with drag-drop, paste, and file picker
Upload images/videos directly to server from editor. DOMPurify video sanitization, XSS protection, upload cancellation on unmount.
This commit is contained in:
@@ -4509,6 +4509,11 @@
|
||||
"saved": "Article saved",
|
||||
"deleted": "Article deleted",
|
||||
"selectColor": "Select color {{color}}",
|
||||
"uploading": "Uploading...",
|
||||
"dropMedia": "Drop image or video here",
|
||||
"uploadError": "Upload failed",
|
||||
"fileTooLarge": "File is too large",
|
||||
"uploadFeaturedImage": "Upload image",
|
||||
"toolbar": {
|
||||
"bold": "Bold",
|
||||
"italic": "Italic",
|
||||
|
||||
Reference in New Issue
Block a user