[MIG] web_drop_target : Migration to 11.0

This commit is contained in:
Akim Juillerat
2018-07-02 12:49:01 +02:00
committed by Jasmin Solanki
parent a186b82e99
commit d3a2f700a7
10 changed files with 50 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
This module extends the functionality of the web client to support dropping local files into the web client.
By default, an attachment will be created when dropping a file on a form.
Further, this module is meant as a base drag&drop module supporting other actions after some file is dropped so that other modules can add more features.