Direct uploading files inside textareas works fine with Kirby 3.1.0 but currently I am using the Markdown Field Plugin (https://github.com/sylvainjule/kirby-markdown-field) and the File button works, but it does not work for uploading a file. Is this normal behavior?
This is my blueprint
label: Inhalt
type: markdown
files: true
uploads: true
size: small
font:
scaling: true
family: sans-serif
blank: true
counter: false
buttons:
- headlines
- h4
- ul
- ol
- file
- link
- pagelink
This does not even seem to have an effect:
files: true
uploads: true