Added change_modules mod and lots of bugfixes. Now merging to master.

This commit is contained in:
Nathan Schneider
2021-12-19 23:23:23 -07:00
parent 1d6d0f21e2
commit 2365eb83d0
9 changed files with 219 additions and 18 deletions

View File

@ -2,7 +2,7 @@
-- @module module_template
--- (Required): data table containing name and description of the module
-- @field name "Human-readable name"
-- @field name "Human-readable name (parens OK, no brackets)"
-- @field slug "Same as module class name"
-- @field desc "Description of the module"
-- @field hide "Whether this is a hidden utility module"