Skip to content

Commit 99471ff

Browse files
committed
Add "Generate Document" action.
1 parent d3b9341 commit 99471ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/docugenerate/actions/generate-document.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ export default {
1818
type: "string",
1919
label: "Name",
2020
description: "Name of the generated document. Defaults to the template’s name.",
21+
optional: true,
2122
},
2223
format: {
2324
type: "string",
2425
label: "Format",
2526
description: "Output format of the generated document. Defaults to .docx.",
27+
optional: true,
2628
options: [
2729
{ label: 'Microsoft Word (.docx)', value: '.docx' },
2830
{ label: 'Microsoft Word 2007 (.doc)', value: '.doc' },

0 commit comments

Comments
 (0)