zr / zr-ct-example
ZR CT Example
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Language:Twig
Type:drupal-recipe
Requires
- php: >=8.1
- zr/zr-cb-accordion: ^1.0
- zr/zr-cb-cards: ^1.0
- zr/zr-cb-copy-content: ^1.0
- zr/zr-cb-cta: ^1.0
- zr/zr-cb-embedded-view: ^1.0
- zr/zr-cb-hero: ^1.0
- zr/zr-cb-links: ^1.0
- zr/zr-cb-media-content: ^1.0
- zr/zr-cb-webform: ^1.0
- zr/zr-cke5-recipe: ^1.0
- zr/zr-editorial-bundle: ^1.0
- zr/zr-layout-builder-bundle: ^1.0
README
To install the ZR CT Example Starter 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 the following command:
ddev drush recipe recipes/custom/zr-ct-example
-
Run the following command to install CKE5 configs:
ddev drush cim --partial --source=recipes/custom/zr-cke5-recipe/config -y
This will complete the ZR CT Example Starter recipe installation.