OblikStudio / kirby-link-field

Links field for Kirby.
MIT License
77 stars 10 forks source link

Allow for uploading a new file in the "File" option #22

Open apolinario opened 4 years ago

apolinario commented 4 years ago

Right now I tried

type: link
files: 
  uploads: true

And it does not create an "add" button if you select file (as the original files field would on Kirby), and you I can only select from files already uploaded.

So I would like to create this feature request to allow for the user to upload the file they want the link afterwards. If this possibility already exists, I am sorry for asking here about it (and please tell me how to).