zr / zr-cke5-recipe
CKE5 Recipe Bundle
Installs: 28
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 14
Forks: 0
Open Issues: 0
Type:drupal-recipe
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.json
installer-paths:"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run
composer require zr/zr-cke5-recipe
-
Run the following command (within
/web
directory):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.