From 4f3df20315469d8160c0b0f14112a28baaf90f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 24 Sep 2025 00:36:23 -0400 Subject: [PATCH] Add Webform Autosave module --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3e61179..945329a 100644 --- a/composer.json +++ b/composer.json @@ -161,6 +161,7 @@ "drupal/viewsreference": "^1", "drupal/webform": "^6.0", "drupal/webform_mailchimp": "^5.4", + "drupal/webformautosave": "^2.0", "drupal/weight": "^3.3", "drupal/workflow_buttons": "1.x-dev", "drupal/wysiwyg_linebreaks": "^2",