Ept Demo
EPT Demo is a distribution that provides a collection of pre-built paragraph types and extra block types, making it easier to add and style content components to your Drupal site. It includes various paragraph widgets with design options for backgrounds, borders, and layout, along with a starter kit to help you create your own custom paragraph modules.
EPT Demo is a distributive based on EPT Modules and Fast Distribution:
https://www.drupal.org/project/ept_core
https://www.drupal.org/project/fast_distribution
EPT modules contain default widget for EPT paragraph, which has Design options for:
- CSS Box (margins, paddings, borders)
- Background using color, image (including parallax and cover), video (Youtube)
- Edge to edge, Container width
EPT modules provide ability to add paragraphs in few clicks.
Steps to install EPT Demo:
Download EPT Demo archive, put files on your server and run:
composer install
Install distribution as usuall Drupal site:
3.7. Running the Interactive Installer
1.4. Concept: Distributions
Demo
This is a demo site with EPT modules. Feel free to log in to create or edit pages:
https://ept.drupalbook.org/user
Username: editor
Password: editor
You can install separate paragraph types from this bunch of EPT modules:
- EPT Accordion / FAQ
- EPT Basic Button
- EPT Block
- EPT Bootstrap Button
- EPT Call to Action
- EPT Carousel
- EPT Columns / Container
- EPT Countdown
- EPT Counter
- EPT Image
- EPT Image Gallery
- EPT Micromodal
- EPT Quote
- EPT Slick Slider
- EPT Slideshow
- EPT Stats
- EPT Tabs
- EPT Text
- EPT Tiles
- EPT Timeline
- EPT Video
- EPT Video and Image gallery
- EPT Views
- EPT Webform
- EPT Webform Popup
If you are looking for Extra Block Types, you can use this bunch of modules:
Extra Block Types (EBT) Modules
- EBT Accordion / FAQ
- EBT Basic Button
- EBT Block
- EBT Bootstrap Button
- EBT Call to Action
- EBT Carousel
- EBT Columns
- EBT Countdown
- EBT Counter
- EBT Image
- EBT Image Gallery
- EBT Micromodal
- EBT Quote
- EBT Slick Slider
- EBT Slideshow
- EBT Stats
- EBT Tabs
- EBT Text
- EBT Tiles
- EBT Timeline
- EBT Video
- EBT Video and Image Gallery
- EBT Views
- EBT Webform
- EBT Webform Popup
EPT Starterkit
EPT Core contains EPT Starterkit submodule. Enable it and then you will be able to create a new EPT module for your project with Drush command (for Drush 12+):drush generate ept:module
Make sure, you use ept_* prefix for machine_name (e.g. ept_tabs, ept_cards). The prefix ebt_* is required for EPT paragraphs functionality.