AdminerEvo - web-based database management interface
Drupal related Emoji
Hello everyone🌐!
In the world of Drupal development, clear communication is crucial. Emojis can make our messages quicker and more fun, whether we're talking about bugs, planning, or deployment. They help convey ideas and emotions without a lot of words.
In this article, we’ll look at some useful emojis that can make our work as Drupal developers a bit easier and more engaging. Let’s see how these little icons can boost our communication and teamwork.
There are useful emoji for articles about Drupal, especially drop of water:
What's New
Welcome to the What's New listing page, your go-to source for the latest news and updates in the Drupal ecosystem. Stay informed about the newest features, improvements, and fixes for Drupal Core, Extra Block Types (EBT), and Extra Paragraph Types (EPT) modules. Here's a glimpse of what's happening:
EPT (Extra Paragraph Types): Core new release 1.4.8
EPT (Extra Paragraph Types): Core new release 1.4.7
This release added new settings for Background Videos, It also add support for Local Videos.
All EBT blocks have next settings for Background Videos:
EBT (Extra Block Types): Core new release 1.4.24
EBT (Extra Block Types): Core new release 1.4.22
Added Simple EBT settings field widget. This field widget shows only three fields Width, Spacing and Edge to Edge:
https://drupalbook.org/ebt/extending-ebt-settings-form
New EBT Columns / Container module!
New EBT Block module!
EBT Block module provides ability to insert any Drupal Block: Views, custom content block, programmatically created blocks.
EPT (Extra Paragraph Types): Core new release 1.4.3
This release contains a new submodule EPT Starterkit.
EPT Starterkit module allows to generate new EPT modules (for Drush 12+):
drush generate ept:module
Make sure, you use ept_* prefix for machine_name (e.g. ept_tabs, ept_cards). The prefix ept_* is required for EPT block functionality.
Start machine name with ept_* prefix, it's required for working all EPT modules.