The documentation :
https://docs.medusajs.com/learn/configurations/medusa-config#register-modules-in-plugins
says:
When you register a plugin, its modules are automatically registered in the Medusa application. You don't have to register them manually in the modules configuration.
However, this isn't the case for module providers. If your plugin includes a module provider, you must register it in the modules configuration, referencing the module provider's path.
The example shows built-in plugin (notification) and possibility to include my own module.
My question is - is it possible to create my own plugin which will expose the slot for custom module of someone else?