I have a module that I would like to not load. It's local to the project in the modules folder, so it auto-loads on app startup. I use the
hooks
hooks
object in the module defintion. As far as I can tell, there is no 'enabled' setting at the module level so you would need to implement it yourself. Why is that? What controls are in place to say hey, don't load this module?