drupal / display_builder_base
Provide base start for a Display Builder website.
Package info
git.drupalcode.org/project/display_builder_base.git
Type:drupal-recipe
pkg:composer/drupal/display_builder_base
1.0.x-dev
2026-05-27 18:24 UTC
Requires
- drupal/display_builder: *
- drupal/easy_breadcrumb: ^2.0.9
- drupal/link_attributes: ^2.1.2
- drupal/pathauto: ^1.15
- drupal/redirect: ^1.9
- drupal/simple_sitemap: ^4
- drupal/sitemap: ^2.0
- drupal/smart_trim: ^2.3.1
- drupal/token: ^1.17
- drupal/ui_icons: ^1.1.2
- drupal/ui_patterns: *
- drupal/ui_patterns_settings: *
- drupal/ui_skins: *
- drupal/ui_styles: *
Requires (Dev)
- drupal/display_builder_dev_tools: *
- drupal/sdc_devel: ^1.0.2
This package is not auto-updated.
Last update: 2026-05-29 13:37:48 UTC
README
Drupal recipe documentation: https://www.drupal.org/docs/extending-drupal/drupal-recipes
This recipe is designed to do the following:
- Install certain parts of Standard install profile that we want
- Set specific UI Suite and Display Builder modules configuration
- Set specific contributed module configuration
- Provide a starting point for Drupal ready to develop with Display Builder and UI Styles ecosystem modules.
Installing
- Start with a Drupal 11 site
- Install the 'Minimal' profile
- Apply the recipe
The recipe can be applied with PHP in Drupal 11.3+.
Execute this command from the web root:
php core/scripts/drupal recipe recipes/contrib/display_builder_base
Or by using ddev exec
ddev exec -d /var/www/html/web php core/scripts/drupal recipe recipes/contrib/display_builder_base
If all goes well, you should see the following output:
[OK] Display Builder Base applied successfully
Clear the cache after the recipe is applied. When going back to the site, all the recipe configuration and customization has been applied.