[pushover] Add support to send an Image URL directly (#11027)
* Added support to send an Image URL directly * Add support for data URI scheme Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
committed by
GitHub
parent
cf6729adef
commit
65b4db7526
@@ -32,7 +32,7 @@ sendMonospaceMessageActionDescription = This method is used to send a monospace
|
||||
sendAttachmentMessageActionLabel = send a plain text message with an attachment
|
||||
sendAttachmentMessageActionDescription = This method is used to send a message with an attachment.
|
||||
sendMessageActionInputAttachmentLabel = Attachment
|
||||
sendMessageActionInputAttachmentDescription = A (local) path to the attachment.
|
||||
sendMessageActionInputAttachmentDescription = Local path or URL to the attachment.
|
||||
sendMessageActionInputContentTypeLabel = Content Type
|
||||
sendMessageActionInputContentTypeDescription = The content type of the attachment. Defaults to "image/jpeg".
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ sendMonospaceMessageActionDescription = Action zum Versenden einer monospace-Nac
|
||||
sendAttachmentMessageActionLabel = eine Textnachricht mit Anhang senden
|
||||
sendAttachmentMessageActionDescription = Action zum Versenden einer Textnachricht mit Anhang.
|
||||
sendMessageActionInputAttachmentLabel = Anhang
|
||||
sendMessageActionInputAttachmentDescription = Lokaler Pfad zum Anhang.
|
||||
sendMessageActionInputAttachmentDescription = Lokaler Pfad oder URL zum Anhang.
|
||||
sendMessageActionInputContentTypeLabel = Content-Type
|
||||
sendMessageActionInputContentTypeDescription = Der Content-Type für den Anhang. Default: "image/jpeg".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user