๐๏ธ Module Config
Modules should include a config.json file, which defines basic configuration settings for the module.
๐๏ธ ModuleFields
The ModuleFields class is automatically made available to any module. To begin using it simply initialize the object within your module method.
๐๏ธ Module Methods
Required Methods
๐๏ธ Registrar Modules
Registrar modules are largely the same as regular modules except for 3 things:
๐๏ธ Examples
Example code for modules.