zr / zr-layout-builder-bundle
ZR Layout Builder Bundle
Installs: 17
Dependents: 11
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- php: >=8.1
- drupal/layout_builder_browser: ^1.8
- drupal/layout_builder_modal: ^2.0
- drupal/layout_builder_restrictions: ^3.0
README
To install the ZR Layout Builder Bundle Recipe, follow the steps below:
-
Open your terminal.
-
Navigate to your project directory.
-
Ahead of running
composer require zr/RECIPE_NAME
- ensure the below has been added to the rootcomposer.json
installer-paths"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run the following command:
ddev drush recipe recipes/custom/zr-layout-builder-bundle
This command will execute the ZR Layout Builder Bundle Recipe installation.