Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-tharwat committed Aug 30, 2024
1 parent 8dac4c3 commit 40d9ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/layouts/scripts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
multiple: true, // Allow multiple files
name: 'filepond' ,// Set the name attribute for the input field
allowReorder: true,
storeAsFile: true,
onreorderfiles: (files) => {
var reordered = files.map(file => file);
//console.log(reordered);
Expand Down

0 comments on commit 40d9ec3

Please sign in to comment.