+2
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -5,6 +5,7 @@ | ||
"license": "GPL-2.0+",
|
||
"require": {
|
||
"drupal/views_bulk_operations": ">=3.5",
|
||
"phpoffice/phpspreadsheet": "^1.6"
|
||
"phpoffice/phpspreadsheet": "^1.6",
|
||
"dompdf/dompdf": "^1.0 | ^2.0"
|
||
}
|
||
} |
||
src/Plugin/Action/VboExportPdf.php
0 → 100644
+142
−0
templates/vbo-export-pdf.html.twig
0 → 100644
+17
−0
Loading