- Issue created by @tinto
The module page has the following instructions about installing the Embedded Content Examples module:
composer require 'drupal/embedded_content_examples:^2.0'
The module is added to my composer.json and .lock. However, this does not download the examples module to my contib modules directory and thus cannot be enabled.
Instead, when I run this composer require 'drupal/embedded_content_examples-embedded_content_examples:^2.0'
, the examples module is installed and can be enabled.
I'm aware that there is an issue 📌 Release not working Active in the embedded_content_examples issue queue, but I thought a separate issue in this queue was warranted because the documentation should be corrected. Furthermore, this way users can find this temporary workaround.
Active
2.0
Documentation