Skip to content

Commit

Permalink
Allow files in link.multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Nov 28, 2023
1 parent 419164d commit abe7765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/input/link/LinkConstructors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ export namespace link {
title: 'Select a page',
selection: entryFields
}),
url: urlPicker<Fields>(options)
url: urlPicker<Fields>(options),
file: filePicker(true, options)
}
})
}
Expand Down

0 comments on commit abe7765

Please sign in to comment.