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 d3b9341 commit 99471ffCopy full SHA for 99471ff
components/docugenerate/actions/generate-document.mjs
@@ -18,11 +18,13 @@ export default {
18
type: "string",
19
label: "Name",
20
description: "Name of the generated document. Defaults to the template’s name.",
21
+ optional: true,
22
},
23
format: {
24
25
label: "Format",
26
description: "Output format of the generated document. Defaults to .docx.",
27
28
options: [
29
{ label: 'Microsoft Word (.docx)', value: '.docx' },
30
{ label: 'Microsoft Word 2007 (.doc)', value: '.doc' },
0 commit comments