i did not know markdown did that

This commit is contained in:
dragonwocky 2020-07-14 21:37:40 +10:00
parent 382af7117c
commit 2237df4334
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D

View File

@ -29,7 +29,7 @@ each directory in the `mods` folder is considered a module, and consist of 5 fil
`module.exports =`
| key | value | type |
| --------- | ----------------------------------------------------------------------------------------------- | --------------- |
| --------- | ----------------------------------------------------------------------------------------------- | ----------------- |
| id | **required:** uuidv4 | _string_ |
| type | **required:** 'extension' or 'theme' | _string_ |
| name | **required:** short name (e.g. 'frameless window') | _string_ |
@ -37,7 +37,7 @@ each directory in the `mods` folder is considered a module, and consist of 5 fil
| version | **required:** semver (e.g. '0.3.7') | _string_ |
| author | **required:** github username | _string_ |
| thumbnail | **optional:** image: relative file or url | _string_ |
| options | **optional:** see below: options made available in the enhancer menu (accessible from the tray) | _array<object>_ |
| options | **optional:** see below: options made available in the enhancer menu (accessible from the tray) | _array\<object\>_ |
`module.exports.options =`