Problem/Motivation
Apply recipe with errors:
$ ddev drush recipe ../recipes/display_builder_bootstrap
In InstallConfigurator.php line 111:
The following extensions are missing and are required for this recipe: link_attributes
Failed to run drush recipe ../recipes/display_builder_bootstrap: exit status 1
composer require drupal/link_attributes
$ ddev drush recipe ../recipes/display_builder_bootstrap
In RecipeFileException.php line 56:
Validation errors were found in ../recipes/display_builder_bootstrap/recipe.yml:
- [config][actions][pathauto.settings]: Config actions cannot be applied to pathauto.settings because the pathaut
o extension is not installed, and is not installed by this recipe or any of the recipes it depends on.
- [config][actions][easy_breadcrumb.settings]: Config actions cannot be applied to easy_breadcrumb.settings becau
se the easy_breadcrumb extension is not installed, and is not installed by this recipe or any of the recipes it d
epends on.
- [config][actions][sitemap.settings]: Config actions cannot be applied to sitemap.settings because the sitemap e
xtension is not installed, and is not installed by this recipe or any of the recipes it depends on.
Failed to run drush recipe ../recipes/display_builder_bootstrap: exit status 1
Steps to reproduce
composer create-project drupal/recommended-project db-bootstrap-recipe
composer config minimum-stability dev
composer require drupal/display_builder_bootstrap:^1.0.0 drupal/display_builder:1.0.x-dev
composer require drush/drush
ddev config --project-type=drupal11 --docroot=web
ddev drush si -y minimal
ddev drush recipe ../recipes/display_builder_bootstrap
Comments
Comment #2
ipumpkinComment #3
mogtofu33 commentedFix is in progress on 1.0.x-dev, the base recipe has been split.
Comment #5
mogtofu33 commentedFixed with Drupal 11.3, for 11.4 branch 1.1.x is in progress, release soon hopefully.