drupal / display_builder_cms
Provide extra contrib modules and settings for a Display Builder website.
Package info
git.drupalcode.org/project/display_builder_cms.git
Type:drupal-recipe
pkg:composer/drupal/display_builder_cms
Requires
- drupal/easy_breadcrumb: ^2.0.9
- drupal/link_attributes: ^2.1.3
- drupal/pathauto: ^1.15
- drupal/redirect: ^1.13
- drupal/search_api: ^1.41
- drupal/simple_sitemap: ^4.2.3
- drupal/sitemap: ^2.6
- drupal/smart_trim: ^2.3.1
- drupal/token: ^1.17
README
Drupal recipe documentation:
This recipe is designed to:
- Add contributed modules for a minimum viable site:
- easy_breadcrumb
- link_attributes
- pathauto
- redirect
- search_api (with db default)
- simple_sitemap
- sitemap
- smart_trim
- token
This recipe is intended to set up a complete site from scratch and meet core project expectations.
It is complementary of the Display Builder Base Recipe.
It is intended to be used as a base for a Display Builder theme recipe, such as Display Builder Bootstrap Recipe.
For more information, visit Display Builder and UI Suite.
Installation
- Start with a Drupal 11.4+ site
- Install the
Minimalprofile - Apply the recipe
You can apply the recipe using PHP in Drupal 11.4+.
Run this command from the web root:
php vendor/bin/dr recipe:apply /var/www/html/recipes/display_builder_cms
Or with Drupal 11.3:
php core/scripts/drupal recipe recipes/contrib/display_builder_cms
Or by using ddev exec:
ddev exec vendor/bin/dr recipe:apply /var/www/html/recipes/display_builder_cms
Or with Drupal 11.3:
ddev exec -d /var/www/html/web php core/scripts/drupal recipe recipes/contrib/display_builder_cms
If the command succeeds, you should see the following output:
[OK] Display Builder CMS applied successfully
Clear the cache after applying the recipe.
When you return to the site, all recipe configuration and customizations should be in place.