-
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.
Drush for Windows. Let's get started.
In the previous article, we discussed how to install Drush. In this article, we’ll look at how to work with it.
Launch the Windows command prompt: Start – Run – the “cmd” utility.

For working with the command line, we’ll need the following commands:
dir – displays a list of files and folders in the current directory.
cd – command to navigate into a subdirectory. For example, if there is a folder called “home” on drive Z:, enter Z:\>cd home
cd.. – moves up to the parent directory. For example, if you are in the “home” directory, enter Z:\home>cd..
...