drupal/display_builder_base

Provide base start for a Display Builder website.

Maintainers

Package info

git.drupalcode.org/project/display_builder_base.git

Type:drupal-recipe

pkg:composer/drupal/display_builder_base

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

1.0.x-dev 2026-05-27 18:24 UTC

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.