-
EBT Blocks 🧱
-
EPT Paragraphs 🆕
-
Resources & Support
- Drupal Book
- Blog
- Case Studies
- Drupal Documentation
- JSON Drop API Documentation
- Forum
- What's New
- Download Drupal
- Contact
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.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
GLightbox is a pure javascript lightbox (Colorbox alternative without jQuery)❗
It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self-hosted videos.
Snippets
Snippets are small pieces of code—larger than a single variable but not large enough to justify placing them in a separate module. Using PHP code, you can display data directly in a template, access the database, or add a class or ID to a block wherever you need it. Sometimes it's easier to use a snippet than to rely on a module. There are countless such cases, and many snippets are documented in the Drupal documentation:
http://drupal.org/documentation/customization/snippets
Later on, I’ll go into more detail about how to use snippets, but for now, this marks the beginning of a new section in the tutorial where I’ll be adding examples that I frequently use.