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 800b100 commit 47f4543Copy full SHA for 47f4543
components/zendesk/zendesk.app.mjs
@@ -128,7 +128,7 @@ export default {
128
ticketCommentBodyIsHTML: {
129
type: "boolean",
130
label: "Comment body is HTML",
131
- description: "Whether the comment body is HTML. Default is `false`",
+ description: "Whether the comment body is HTML. Default is `false`, which expects Markdown",
132
default: false,
133
optional: true,
134
},
0 commit comments