In CB 3, if you wanted to extend a core plugin, such as the MessageBox, the convention was to stick a plugin that extended the core plugin in the plugins folder and call getMyPlugin(“MessageBox”) etc.
While I can certainly think of a few ways to do this with modules, is there a recommended convention for doing this type of thing in CB 4?