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
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ipumpkin created an issue. See original summary.

ipumpkin’s picture

Issue summary: View changes
mogtofu33’s picture

Assigned: Unassigned » mogtofu33
Status: Active » Needs work

Fix is in progress on 1.0.x-dev, the base recipe has been split.

mogtofu33’s picture

Assigned: mogtofu33 » Unassigned
Status: Needs work » Fixed

Fixed with Drupal 11.3, for 11.4 branch 1.1.x is in progress, release soon hopefully.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.