Message Time Delay allows administrators to configure how long Drupal messages remain visible on the screen. This module provides a setting to automatically dismiss messages after a specified duration, improving the user experience by clearing notifications from view.
Message Time Delay
CONFIGURATION
Goto: /admin/config/user-interface/message-time
- Message Time
Now the message box will disappear after X seconds,
as we hardcoded the duration (10000ms = 10 sec)
INSTALLATION
- Install via /admin/modules
- composer require drupal/message_time
- drush en message_time -y