Topic: Docs on writing extensions?

Hi,

I just discovered Dropzone, and I'm interested in writing at least one extension (want to be able to drop a bunch of pictures into a Shared Album).

Where can I find documentation on getting started on that?

Thanks.

Re: Docs on writing extensions?

The API docs are here: https://github.com/aptonic/dropzone4-ac … /README.md

Also, a good way to start is to right click an action in the grid and choose 'Copy and Edit Script' which will let you edit the actions source and make changes.