Add functionality and customize your Drupal application with thousands of projects contributed by our amazing community.
A module is code that extends Drupal's by altering existing functionality or adding new features. You can use modules contributed by others or create your own. Learn more about creating and using Drupal modules.
Render Menu Token
This simple module creates menu token and allows content editor to render menu. Usage To use menu token, simply use tokens like this: [menu:render:account] [menu:render:menu-mm---social-menu] Note:...
Categories: Content editing experience
A/B paragraphs
A/B Paragraphs is a lightweight module for running basic A/B tests using the Drupal Paragraphs system. Editors can test two content variants, track user interaction, and send simple analytics...
Categories: Content display, User engagement
LocalGov Utilities
This module provides a collection of utilities for use in LocalGov Drupal sites. Current utilities LocalGov Character Counter This module is a wrapper to the Textfield Counter module. It's designed...
Node Token Filter
Node token Filter is workaround for https://www.drupal.org/project/drupal/issues/3129577 issue, it is very simple filter which checks current route is node or not and adds node object to filter. I...
Categories: Content editing experience
Entity Note Block
Easily add, edit, and manage internal notes on any entity using a clean, AJAX-powered modal form. Designed for admins and editors to track changes, comments, or decisions privately. Features The...
Categories: Content display, Developer tools, User engagement
Plain Search Index Filter
The Plain Search Index Filter module introduces a powerful Twig extension, strip_tags_safe, designed to enhance the rendering of search index results in Drupal by seamlessly removing unwanted HTML...
Categories: Content display
Logo Image Enhanced
Introduction Logo Image Enhanced enhances Drupal's default logo handling by addressing key limitations in core: limited file format support, no ability to apply Image Styles, inconsistent...
Categories: Search engine optimization (SEO), Site structure
Field Per Commerce Store
The module provides a custom field type that allows to set arbitrary fields per commerce store for commerce product, product variation or any other entity type. Example Usage Suppose a product...
Categories: E-commerce
Splunk Real User Monitoring
Splunk Real User Monitoring (RUM) pinpoints issues that impact customers with end-to-end visibility from browser or mobile app to backend services. This is a part of the Splunk Observability Cloud...
Categories: Administration tools, Integrations
USWDS Alert
The USWDS Alert module allows Drupal site builders to easily add alert components that match the U.S. Web Design System (USWDS) to their Drupal site. This module extends the Sitewide Alert module...
Categories: Content display, Decoupled
OAuth Clients
OAuth2 Client provides a user-facing UI and workflow for requesting and managing OAuth2 client applications in Drupal. It integrates with the Simple OAuth module to make OAuth2 client management...
Categories: Access control, Integrations, Security
Charts Kendo UI
This module extends the functionality of the Charts module by integrating the Kendo UI, a powerful jQuery-based JavaScript library. Kendo UI provides a wide range of UI components and features that...
Categories: Content display, Integrations
Youtube Playlists
This module allows you to fetch YouTube playlists from a YouTube channel and create nodes of type "YouTube Playlists". It also provides a view page at the URI `/youtube-playlists` for displaying...
Categories: Site structure
Schema: VacationRental
Features Provides Schema.org/VacationRental to the JSON+LD structured data. Post-Installation Install the module as usual. Go to /admin/config/search/metatag and edit the preferred content type...
Categories: Search engine optimization (SEO)
Draggable Mapper
Draggable Mapper lets you place markers on an image map using a user-friendly drag-and-drop interface. Each marker can contain a title, description, and custom icon/image. This allows for creating...
Categories: Content display
CKEditor 5 NBSP filler canceling
CKE by default fills empty containers (DIV and P) by NON-BREAKABLE SPACE (NBSP) symbol. It helps to see a container in editor window and allows to put the cursor into the container. But sometimes...
Categories: Content editing experience
Details Field
Details Field provides a tailored field type, widget and formatter that allows easily creating and displaying details elements. After installing and enabling the module, a new field type called...
Categories: Content display
Menu Active Trail Deepest
Uses the deepest matching menu link for the active trail, instead of current Drupal behavior where just the parent item gets the active trail even if it has children also pointing to the current...
Categories: Content display
Starry rating
Starry rating module based in library Starry rating. The major difference with other modules is that the library is built in complete vanilla js so it will be more efficient. How it works This...
Categories: Content display
Pair Store
Pair Store is a lightweight Drupal module that allows you to store, retrieve, and manage key-value pairs directly in your site configuration or runtime settings. It's useful for developers...
Categories: Developer tools
SQLite VDB Provider
The SQLite VDB Provider is a database module that works together with the AI module, enabling vector searches with AI Search or other compatible modules. This module integrates with an SQLite...
Categories: Site search
Lightgallery Formatter
Synopsis A field formatter for displaying media reference fields using the lightGallery JavaScript library — create beautiful, interactive image galleries with minimal configuration. Screenshots...
Categories: Content display, Media
Track Usages
Description The Track Usages module allows tracking and registering usages of a target entity by a source entity. For instance, you can find and register which are the file usages of a node entity....
Categories: Developer tools, Integrations
TOC Twig Filter
Twig filter rendering tables of contents via TOC API. Usage {% set body = content.body|render|toc %} {{ body.toc }} {{ body.content }} {# OR #} {% set body = content.body|render|toc('full') %} {{...
LocalGov Open Referral
This module is currently developed on Github and mirrored here whilst projects from LocalGov Drupal are migrated to Drupal.org. Please file issues on the Github issue queue. Open Referral is an...