@eqproject/eqp-attachments 3.1.6 → 3.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -378,11 +378,11 @@ class EqpAttachmentsComponent {
378
378
  /**
379
379
  * In caso di allegato singolo, permette di scegliere se aggiungere file tramite drag and drop
380
380
  */
381
- singleAttachmentDragAndDrop = false;
381
+ singleAttachmentDragAndDrop = true;
382
382
  /**
383
383
  * Array di opzioni che si possono utilizzare per il crop
384
384
  */
385
- cropOptions = [];
385
+ cropOptions = [1, 2];
386
386
  /**
387
387
  * Classe custom da assegnare al dialog del crop immagini
388
388
  */