I have an issue while submitting a theme on marketplace. My theme has 3 modules. I have uploaded those modules in shared package because those modules depends on theme package. I have created a simple package for theme in the themes section.
Now my questions:
- How can a user install a complete package along with its shared packages.?
- My Main package is the theme package so i cannot mention the list of required modules in composer.json file of theme. So how can I let the user to install shared packages as well?
- How does marketplace shared packages work. ?
Expected result: When someone tries to install theme package it should install its dependent shared packages module.
Actual Result: It just installs the theme package. It is not downloading the shared packages which I have already submitted and are approved on the marketplace.