Articles

Extra Block Types (EBT): Columns / Container module provides ability to insert columns with other blocks. Columns have settings for column width. This module can be also helpful as columns for common Drupal blocks, for example, in site footer for menus in columns.
https://www.drupal.org/project/ebt_columns
composer require drupal/ebt_columns


Easiest way to create a new EPT module is Drush command (for Drush 12+). To use this command, you need to enable EPT Core Starterkit module:
After that generator EPT modules will be available:
drush generate ept:module
Start machine name with ept_* prefix, it's required for working all EPT modules.


You can install EPT modules with Composer as usual Drupal module, for example EPT Slideshow:
composer require drupal/ept_slideshow
All dependencies will be automatically downloaded and you don't need to manipulate with your composer.json file manually. That's main idea of all EPT modules to install and use them in few clicks, without any specific skills.


EBT: Views module overview
Extra Block Types (EBT): Views module provides ability to insert existing View using inline block in Layout Builder or content block in Block layout.
https://www.drupal.org/project/ebt_views
composer require drupal/ebt_views
EBT Views contains all EBT module features including DOM Box, background color / Image / Video, Edge to Edge settings:


EPT Block Drupal module overview
You can download EPT Block from drupal.org:
https://www.drupal.org/project/ebt_block
Or use composer:
composer require drupal/ept_block
EPT Block contains all EPT module features including DOM Box, background color / Image / Video, Edge to Edge settings:


EPT: Views module overview
Extra Paragraph Types (EPT): Views module provides ability to insert existing View using Paragraphs.
https://www.drupal.org/project/ept_views
composer require drupal/ept_views
EPT Views contains all EPT module features including DOM Box, background color / Image / Video, Edge to Edge settings:
https://drupalbook.org/ept/demo


EPT Webform Popup Drupal module overview
Extra Block Types (EPT): Webform Popup module provides ability to add Webform in popup. The button and popup are customizable with Settings form.
You can download EPT Webform Popup from drupal.org:


EPT: Webform module overview
Extra Paragraph Types (EPT): Webform module provides ability to add a paragraph with Webform.
https://www.drupal.org/project/ept_webform
composer require drupal/ept_webform
EPT Webform contains all EPT module features including DOM Box, background color / Image / Video, Edge to Edge settings:


EPT: Video and Image Gallery module overview
Extra Paragraph Types (EPT): Video and Image Gallery module provides ability to add grid gallery with videos and images.
You can download EPT Video and Image Gallery from drupal.org:


EPT: Video module overview
Extra Paragraph Types (EPT): Video module provides ability to add single video via Media field. it can be displayed as a thumbnail with lightbox popup.
You can download EPT Video from drupal.org:
https://www.drupal.org/project/ept_video
composer require drupal/ept_video
EPT Video contains all EPT module features including DOM Box, background color / Image / Video, Edge to Edge settings:
