Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
94.84 KB
MD5: f47dc11f9cab5d84878e0be38fd78310
SHA-1: 3f4baa6b4e2d259979f46ea923ca9c919be4d489
SHA-256: 3726b2e5f8bf6bb8fbc752772f3085882acd51e82845ab3d527fca8b9f805b0d
Download zip
187.12 KB
MD5: 89eb5147ef5fc23f4b4351adecf9c94c
SHA-1: 499d68d48f1a92d6620f9d3fd781122a95ed92bc
SHA-256: 6dccada310318fef177c241f564caf27b2e6b392e3d5b0130e3a6a5c7eb8aa20
Release notes
Includes work from the following issues:
#3468168: Support altering defaults for new paragraphs
#3465076: use es6 as default and rename to .js
#3468162: Allow default values for paragraphs to be passed to InsertComponentForm
This release introduces the following changes that may cause conflicts in some configurations.
- 2.1.0 and subsequent releases remove Drupal 9 support.
- The method signature for
ComponentFormController::insertFormhas changed. (See Issue #3468168.) Any custom modules that extend this class may need to be updated.