zr / zr-cke5-recipe
CKE5 Recipe Bundle
v1.0.0
2025-05-14 09:53 UTC
Requires
- php: >=8.1
- drupal/ckeditor5_plugin_pack: ^1.3
- drupal/editor_advanced_link: ^2.2
- zr/zr-media-bundle: ^1.0
README
To install the ZR CKE5 Recipe, follow the steps below:
-
Ensure the below has been added to the
composer.jsoninstaller-paths:"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run
composer require zr/zr-cke5-recipe -
Run the following command (within
/webdirectory):ddev drush recipe recipes/custom/zr-cke5-recipe ddev drush cim --partial --source=recipes/custom/zr-cke5-recipe/config -y
This command will execute the ZR CKE5 Recipe installation.