| Conditions | 1 |
| Paths | 1 |
| Total Lines | 15 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function hookLibraryList(array &$libraries) |
||
| 23 | { |
||
| 24 | $libraries['jquery_file_upload'] = array( |
||
| 25 | 'name' => 'jQuery File Upload', // @text |
||
| 26 | 'description' => 'File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery', // @text |
||
| 27 | 'type' => 'asset', |
||
| 28 | 'module' => 'jquery_file_upload', |
||
| 29 | 'url' => 'https://github.com/blueimp/jQuery-File-Upload', |
||
| 30 | 'download' => 'https://github.com/blueimp/jQuery-File-Upload/archive/v9.19.1.zip', |
||
| 31 | 'version' => '9.19.1', |
||
| 32 | 'files' => array( |
||
| 33 | 'js/jquery.fileupload.js' |
||
| 34 | ), |
||
| 35 | ); |
||
| 36 | } |
||
| 37 | |||
| 39 |