Skip to content

Commit 808b816

Browse files
committed
Adding syncDir prop
1 parent aed9e74 commit 808b816

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/frontapp/actions/create-message-template/create-message-template.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ export default {
4949
"attachments",
5050
],
5151
},
52+
syncDir: {
53+
type: "dir",
54+
accessMode: "read",
55+
sync: true,
56+
optional: true,
57+
},
5258
},
5359
async run({ $ }) {
5460
const {

0 commit comments

Comments
 (0)