What's New 

Welcome to the What's New listing page, your go-to source for the latest news and updates in the Drupal ecosystem. Stay informed about the newest features, improvements, and fixes for Drupal Core, Extra Block Types (EBT), and Extra Paragraph Types (EPT) modules. Here's a glimpse of what's happening:

What's New

New EBT Columns / Container module!

Edit Extra Block Types (EBT): Columns / Container module provides ability to insert columns with other blocks. Columns have settings for column width.

New EBT Block module!

EBT Block module provides ability to insert any Drupal Block: Views, custom content block, programmatically created blocks.

EPT (Extra Paragraph Types): Core new release 1.4.3

This release contains a new submodule EPT Starterkit.

EPT Starterkit module allows to generate new EPT modules (for Drush 12+):

drush generate ept:module

Make sure, you use ept_* prefix for machine_name (e.g. ept_tabs, ept_cards). The prefix ept_* is required for EPT block functionality.

Creating new EPT module

Start machine name with ept_* prefix, it's required for working all EPT modules.

New EPT Block module!

Extra Paragraph Types: Block module provides ability to insert an existing block as EPT Paragraph.

EPT (Extra Paragraph Types): Core new release 1.4.1

This release contains:
#3418633 by saccard: Ignores customized paragraph--ept-accordion-section--default.html.twig in theme folder

Templates for EPT/EBT blocks and paragraphs now can be overidden in theme template folder by using addionally '--custom' suffix in template name. For example:

block--block-content--ebt-accordion--custom.html.twig
block--block-content--ebt-accordion.html.twig

paragraph--ept-accordion--default--custom.html.twig
paragraph--ept-accordion--custom.html.twig
paragraph--ept-accordion--default.html.twig

New EBT Views module!

Extra Block Types: Views module provides ability to add an existing View as EBT Block.

New EPT Views module!

Extra Paragraph Types: Text module provides ability to insert existing View using Paragraphs.

New EPT Stats module!

Extra Paragraph Types: Stats module provides ability to add Numbers with Text/Icons, Description and Title with WYSIWYG editor.

New EPT Webform Popup module!

Extra Paragraph Types: Webform Popup module provides ability to add Webform in popup. The button and popup are customizable with Settings form. This module will be helpful for creating Contact Us form popup.