aptonic / dropzone4-actions

Add-on actions and API Docs for Dropzone 4
https://aptonic.com
363 stars 57 forks source link

Access ENV['username']/... variables in python #52

Closed maprambo closed 9 years ago

maprambo commented 9 years ago

The python api currently doesn't support accessing variables set in the edit menu of an action. At least I didn't found anything in the documentation.

aptonic commented 9 years ago

Ooops, silly me. I forgot about this completely. I have just added a section to the docs that explains how to do it here:

https://github.com/aptonic/dropzone3-actions#accessing-optionsnib-environment-variables

Hopefully that makes sense, let me know if you need any further clarification :smile:

maprambo commented 9 years ago

Thanks! :+1: