From 553c157dc8c598166e2f598f705877a25eb84608 Mon Sep 17 00:00:00 2001 From: Joshua Nicholson Date: Tue, 25 Feb 2025 11:40:03 -0700 Subject: [PATCH 1/3] Update composer.json Add in dropzone js and simple media bulk upload module --- composer.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dfab487..423c5f5 100644 --- a/composer.json +++ b/composer.json @@ -41,6 +41,16 @@ "license": "MIT" } }, + "type": "package", + "package": { + "name": "enyo/dropzone", + "version": "5.9.3", + "type": "drupal-library", + "dist": { + "url": "https://github.com/dropzone/dropzone/releases/download/v5.9.3/dist.zip", + "type": "zip" + } + }, "jquery.inputmask": { "type": "package", "package": { @@ -224,8 +234,8 @@ "version": "0.5.0", "type": "drupal-library", "dist": { - "url": "https://registry.npmjs.org/@northernco/ckeditor5-anchor-drupal/-/ckeditor5-anchor-drupal-0.5.0.tgz", - "type": "tar" + "url": "https://registry.npmjs.org/@northernco/ckeditor5-anchor-drupal/-/ckeditor5-anchor-drupal-0.5.0.tgz", + "type": "tar" } } } @@ -307,6 +317,7 @@ "drupal/twig_tweak": "^3.1", "drupal/unpublished_404": "^2.0", "drupal/webform": "^6.2", + "drupal/simple_media_bulk_upload": "^2.0", "drush/drush": "^12.1", "jquery/inputmask": "*", "jquery/intl-tel-input": "*", From f013135bc01f7aae8f4ded3c88f447989d07962f Mon Sep 17 00:00:00 2001 From: Joshua Nicholson Date: Tue, 25 Feb 2025 11:46:44 -0700 Subject: [PATCH 2/3] Update composer.json Forgot the package name oops --- composer.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 423c5f5..a38cc74 100644 --- a/composer.json +++ b/composer.json @@ -41,16 +41,6 @@ "license": "MIT" } }, - "type": "package", - "package": { - "name": "enyo/dropzone", - "version": "5.9.3", - "type": "drupal-library", - "dist": { - "url": "https://github.com/dropzone/dropzone/releases/download/v5.9.3/dist.zip", - "type": "zip" - } - }, "jquery.inputmask": { "type": "package", "package": { @@ -163,6 +153,18 @@ "license": "MIT" } }, + "dropzonejs": { + "type": "package", + "package": { + "name": "enyo/dropzone", + "version": "5.9.3", + "type": "drupal-library", + "dist": { + "url": "https://github.com/dropzone/dropzone/releases/download/v5.9.3/dist.zip", + "type": "zip" + } + } + }, "progress-tracker": { "type": "package", "package": { From df26e70984fb1f27bc232514e174cbb72830c56c Mon Sep 17 00:00:00 2001 From: Joshua Nicholson Date: Tue, 25 Feb 2025 12:37:24 -0700 Subject: [PATCH 3/3] Update composer.json Update dropzone requires. --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a38cc74..6a16f04 100644 --- a/composer.json +++ b/composer.json @@ -279,6 +279,7 @@ "drupal/core-composer-scaffold": "~10.4.0", "drupal/core-project-message": "~10.4.0", "drupal/core-recommended": "~10.4.0", + "drupal/dropzonejs": "^2.11", "drupal/entity_embed": "^1.1", "drupal/entity_usage": "^2.0@beta", "drupal/externalauth": "^2.0", @@ -312,6 +313,7 @@ "drupal/responsive_preview": "^2.1", "drupal/scheduler": "^2.0", "drupal/shortcode": "2.0.2", + "drupal/simple_media_bulk_upload": "^2.0", "drupal/simple_sitemap": "^4.1", "drupal/simplesamlphp_auth": "^4.0", "drupal/smtp": "^1.0", @@ -319,8 +321,8 @@ "drupal/twig_tweak": "^3.1", "drupal/unpublished_404": "^2.0", "drupal/webform": "^6.2", - "drupal/simple_media_bulk_upload": "^2.0", "drush/drush": "^12.1", + "enyo/dropzone": "^5.9", "jquery/inputmask": "*", "jquery/intl-tel-input": "*", "jquery/rateit": "*",