Noticing that documentation for creating a modules says to include "type = module" in the .info file, but none of the example modules have that.
I assume that is because these are technically sub-modules. Should we:
- Add that line to each sub-module and comment it out?
- Add that line to each sub-module?
- Add a note in README noting the difference between sub-modules and modules?
Noticing that documentation for creating a modules says to include "type = module" in the .info file, but none of the example modules have that.
I assume that is because these are technically sub-modules. Should we: