Registrar modules are largely the same as regular modules except for 3 things:

  1. They should be marked as a "registrar" type module in the config.json file (Module Configuration)
  2. They should extend the RegistrarModule class
  3. They should implement the necessary methods from the RegistrarModule class (Module Methods#RegistrarMethods)
  • No labels