Skip to content

Commit 75b533c

Browse files
committed
Clarifying description
1 parent 788a79b commit 75b533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gmail/gmail.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default {
118118
signature: {
119119
type: "string",
120120
label: "Signature",
121-
description: "An HTML signature composed in the Gmail Web UI that will be included in the message",
121+
description: "An HTML signature composed in the Gmail Web UI that will be included in the message. Only works with the `HTML` body type.",
122122
optional: true,
123123
async options() {
124124
const { sendAs } = await this.listSignatures();

0 commit comments

Comments
 (0)