🇵🇹Portugal imoraisp
We were using the old module, and probably there was some problem with the uninstall of the old one that may have conflicted with the installation of the new module.
We redid the steps, and it's working as expected now.
Thank you for the help!
🇵🇹Portugal imoraisp
We tried to install the module through composer command from the project page:
composer require 'drupal/augmentor_google_cloud_text_to_speech-augmentor_google_cloud_text_to_speech:^1.0'
and we get the following error when trying to create a new Augmentor:
Drupal\Component\Plugin\Exception\PluginException: Plugin (augmentor_google_cloud_text_to_speech) instance class "Drupal\augmentor_google_cloud_text_to_speech\Plugin\Augmentor\TextToSpeech" does not exist. in Drupal\Component\Plugin\Factory\DefaultFactory::getPluginClass() (line 97 of /app/docroot/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php).
We would appreciate some help.