Registrar Modules
Registrar modules are largely the same as regular modules except for 3 things:
- They should be set to registrar instead of generic for the module
typein the config.json file (Module Configuration) - They should extend the RegistrarModule class, e.g.
class Mymodule extends RegistrarModule - They should implement the necessary methods from the RegistrarModule class (Module Methods#registrar-methods)