dssgovau / dss_readspeaker
Adds a Readspeaker 'Listen' button as a customisable block.
Installs: 3 059
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:drupal-module
Requires
- drupal/core: ^9 || ^10
This package is auto-updated.
Last update: 2025-04-17 01:12:45 UTC
README
Adds a ReadSpeaker 'Listen' button as a customisable block.
Dependencies
- Block
Install Module to Drupal 8/9 Project
In your composer file add this to the repositories array:
{
"type": "vcs",
"url": "git@github.com:DSSGOVAUS/dss_readspeaker_d.git"
}
Finally you just need to add the package to your composer require array:
"require": {
"dssgovau/dss_readspeaker": "^1.0"
}
Note
If this is your first time composer will ask you to generate a token, it will provide a link to do so in the terminal and after this has been made it will store for you so this should only need to be done once.