logo

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.

Demo EBT modules Download EBT modules

âť—Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

Articles

15/04/2025, by Ivan

Drupal 8 provides the Automated Cron module.

We can find this core module in core/modules/automatic_cron.

Compared to Drupal 7

Drupal 7 already had an "automated cron system," but Drupal 8 moved it into a separate module so that sites not using it wouldn’t incur any overhead.

15/04/2025, by Ivan

Extend your Drupal 8 site's functionality with additional modules, or change its appearance with additional themes.

This documentation guide describes how to "Extend" your Drupal 8 site beyond the capabilities of the standard Drupal core installation.

15/04/2025, by Ivan

Composer is a PHP package manager. It provides functionality similar to Drupal’s native dependency management and Drush make, but for any project—not just Drupal modules. Many Drupal 8 modules depend on generic PHP packages that must be included in the site’s codebase using Composer.

Which modules have Composer dependencies?

There are several ways to determine if a module has Composer dependencies: