in our application we want addon-modules to carry their backend inside of a nested-module.
So every addon-module with a backend would have a module called 'backend'.
addonModule1 controllers modules backend controllers views views addonModule2 controllers modules backend controllers views views
In the documentation is written: "A module is organized as a directory whose name serves as its unique ID."
We tried it anyhow and it seems to work, even though there are multiple modules called 'backend'.
Does anybody know about any side-effects, when having multiple modules with the same name?
Or isn't the unique ID mandatory for nested modules?
Thanks, Florian.

Help















