hoverspeech
No security coverage
Setup & Installation
Download the module
From your Drupal project root, run:
composer require drupal/hover_speech:1.0.x-dev
Enable the module
drush en hover_speech -y
or via Drupal Admin UI:
Go to Extend → search for Hover Speech → enable.
Configuration
Once enabled, your module should provide an admin settings form (example path):
/admin/config/user-interface/hover-speech
Here you can configure:
- Button text (Speech ON / OFF).
- Languages (dynamic, e.g., en, hi, mr, etc.).
- Font size controls (+ / – buttons).
- Colors (background, border, text).
- Position (top-left, top-right, bottom-left, bottom-right).
Placing the Block
The module provides a Hover Speech block.
- Go to Structure → Block layout (/admin/structure/block).
- Find the region where you want the speech button (e.g., Sidebar first, Header, or Content top).
- Click Place block.
- Search for Hover Speech.
- Click Place block → configure visibility if needed (for specific pages/roles).
- Save the layout. ✅
drush cr