Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Added fields for setting background-position and background-size in EBT/EPT component. Extra Block Types (EBT) and Extra Block Paragraphs (EPT) have now new Background Position and Background Size fields for settings CSS background-position and background-size.
This release contains only update login for Width field. It will work even without 'Edge to Edge' option. By default Width field is 'Auto', so it will not affect on EBT blocks without changing Width value.
This release contains only fixes for EBT Starterkit.
EBT Starterkit module allows to generate new EBT modules (for Drush 12+):
drush generate ebt:module
Make sure, you use ebt_* prefix for machine_name (e.g. ebt_tabs, ebt_cards). The prefix ebt_* is required for EBT block functionality.
This release contains:
- Added EBT Starterkit module for generation a new EBT module (for Drush 12+):
drush generate ebt:module
Make sure, you use ebt_* prefix for machine_name (e.g. ebt_tabs, ebt_cards). The prefix ebt_* is required for EBT block functionality.
- Moved ebt_core_remove_helder module in modules subfolder.
This release contains:
- Added EBT Starterkit module for generation a new EBT module (for Drush 12+): drush generate ebt:module
Make sure, you use ebt_* prefix for machine_name (e.g. ebt_tabs, ebt_cards). The prefix ebt_* is required for EBT block functionality.
- Moved ebt_core_remove_helder module in modules subfolder.
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:
This release contains submodule EBT Core Remove Helper:
Issue #3342967 by Dave Kopecek: EBT Settings field prevents uninstall of ebt_core
It helps to remove all EBT blocks and field_ebt_settings from the site.
Other fixes in this release:
Issue #3351966 by RenatoG: Provide help text description for the edge to edge inside of EBT Core
Issue #3351981 RenatoG: Adding a missing description for the Border Styles at Design options of EBT core
Issue #3351757 RenatoG: Provide a shortcut link for the EBT Core configuration form
This release contains:
Fix problem with DOM Box styles in Olivero theme
Issue #3346623: Fix the array multiline definition on element_validate to follow the standards at ebt_core
Issue #3345374: Default value for border radius isn't working on edit page
Issue #3345122: Add referente to ebt_micromodal in the documentation, at ebt project list
Issue #3343588: Validate if the breakpoints are different
Issue #3343454: Organize the Global Settings with field groups for colors, breakpoints and width values
This release has new config for colors:
Issue #3342894: Global settings form missing element validator for color fields
Issue #3342896: Add the missing "Background Color" into global settings form
Issue #3342923: Replace hard-coded strings with HEX color code to use constants
Issue #3342901: Set the ebt_core_background_color in the config/install to new users
Issue #3342902: Create the hook_updat_N to set the default value of the new field "Background Color"
Add new helper method:
Issue #3342555: Create a generic Helper at ebt_core side to validate common fields from other ebt_* projects E.g. customClassValidator
This release contains code style fixes and adding help information about EBT modules. We have been working on documentation for EBT modules, so you will see it soon.
- Drop support for Drupal 8 in 1.4+ EBT modules. Since 1.4 version EBT modules will support Drupal 9.3+.
- Removed validation for existing FileUrlGenerator service.
This version will be used for better automatic testings to prevent messages about deprecated code.