Extra Block Types (EBT) - New Layout Builder experience❗
Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
Scroll
Bootstrap4
14/04/2025, by Ivan
Menu
- Understanding Drupal
- Drupal System Requirements
- Installing Drupal 8
- Drupal 8 Update
- Drupal Site Administration
- Drupal 8 Modules
- Drupal Modules Comparison
- Drupal Themes
- Drupal field types
- Configuration Management
- Multisite Drupal
- Accessibility Features
- Troubleshooting in Drupal
- Creating modules for Drupal
- Drupal 8 API
- Theming in Drupal
- Upgrade to Drupal 11
Features:
- Includes Bootstrap 4 CDN (versions 4.0 to 4.3)
- Provides Bootstrap 4 breakpoints
- Bootstrap controls available in the UI
- No subtheme mode unless template overrides are needed
Installation
Using Composer:
composer require drupal/bootstrap4
Subtheme
- If you need a subtheme (typically for overriding templates), see the
_SUBTHEME/README.md
documentation. - You can generate a subtheme by running:
bash bin/subtheme.sh [name] [path]
For example:bash bin/subtheme.sh b4subtheme ..