We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788a79b commit 75b533cCopy full SHA for 75b533c
components/gmail/gmail.app.mjs
@@ -118,7 +118,7 @@ export default {
118
signature: {
119
type: "string",
120
label: "Signature",
121
- description: "An HTML signature composed in the Gmail Web UI that will be included in the message",
+ description: "An HTML signature composed in the Gmail Web UI that will be included in the message. Only works with the `HTML` body type.",
122
optional: true,
123
async options() {
124
const { sendAs } = await this.listSignatures();
0 commit comments