Skip to content

0.0.29

Choose a tag to compare

@medienbaecker medienbaecker released this 20 Jun 12:18
· 33 commits to main since this release

File handling improvements

The image button has been replaced with a file button that supports different file types and generates the appropriate KirbyTag: (image: ), (file: ) or (video: ).

Uploads

When the new uploads option is set to true, the file button now shows an "upload" option like the textarea.
You can also drag files directly into the editor to upload and insert them.

Other:

  • Refactored PHP code (after the JS refactor in 0.0.28)
  • Consistent code formatting