diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-03-05 08:48:27 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-03-05 08:48:27 +0000 |
| commit | 76871eaa87000353c04da46224e82afdd8eacd98 (patch) | |
| tree | 893fee2ab2882f962804835ffe01581f1bb80e47 | |
| parent | 43b1a91c1ee18d33be308adb1f31ec9b5678c6d7 (diff) | |
| download | webtrees-76871eaa87000353c04da46224e82afdd8eacd98.tar.gz webtrees-76871eaa87000353c04da46224e82afdd8eacd98.tar.bz2 webtrees-76871eaa87000353c04da46224e82afdd8eacd98.zip | |
#2304 - update the module README
| -rw-r--r-- | modules_v4/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules_v4/README.md b/modules_v4/README.md index 7fc774a0b1..8b32eacd23 100644 --- a/modules_v4/README.md +++ b/modules_v4/README.md @@ -6,14 +6,16 @@ Modules allows you to add additional features to webtrees and modify existing fe ## Installing and uninstalling modules A module is a folder containing a file called `module.php`. -There may be other files in the folder. +There may be other files in the folder, such as CSS, JS, templates, +languages, data, etc. To install a module, copy its folder to `modules_v4`. To uninstall it, delete its folder from `modules_v4`. -Note that module names (i.e. their folder names) must not contain -spaces or the characters `.`, `[` and `]`. +Note that module names (i.e. the folder names) must not contain +spaces or the characters `.`, `[` and `]`. It must also have a +maximum length of 30 characters. TIP: renaming a module from `<module>` to `<module.disable>` is a quick way to hide it from webtrees. This works because |
