Skip to content

Commit 098117c

Browse files
committed
re-add dir prop to filestack-upload-image action
1 parent bfc12ce commit 098117c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/filestack/actions/upload-image/upload-image.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ export default {
1515
label: "File Path or URL",
1616
description: "Provide a file URL or a path to a file in the `/tmp` directory.",
1717
},
18+
syncDir: {
19+
type: "dir",
20+
accessMode: "read",
21+
sync: true,
22+
optional: true,
23+
},
1824
},
1925
async run({ $ }) {
2026
const {

0 commit comments

Comments
 (0)