- Issue created by @Martygraphie
- Merge request !4Issue #3522390: Unable to enable the module without Display Suite Extras installed on project → (Open) created by Martygraphie
Hi,
When integrating this module into a project that does not yet include Display Suite, it is currently not possible to enable it directly after download. This is because it depends on ds_extras (a submodule of Display Suite), which is not installed by default.
While it makes sense to expect Display Suite as part of the setup to fully leverage the module, the lack of explicit dependency management via Composer can create friction, especially in projects where Display Suite hasn't been added yet.
Add a composer.json file to the module, declaring the dependencies already listed in the .info.yml file:
Active
1.0
Code