diff options
| author | Greg Roach <fisharebest@gmail.com> | 2019-03-19 16:57:09 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-03-20 07:23:00 +0000 |
| commit | 1e6a9077e770ec16713244e8400392f93f77e68e (patch) | |
| tree | b04b006e0e1521b876dad562715278048853928c /modules_v4 | |
| parent | aacc22ca863f85c006a094ef1e8916672e7b8dba (diff) | |
| download | webtrees-1e6a9077e770ec16713244e8400392f93f77e68e.tar.gz webtrees-1e6a9077e770ec16713244e8400392f93f77e68e.tar.bz2 webtrees-1e6a9077e770ec16713244e8400392f93f77e68e.zip | |
Update list of interfaces in module README
Diffstat (limited to 'modules_v4')
| -rw-r--r-- | modules_v4/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules_v4/README.md b/modules_v4/README.md index 8b32eacd23..4175196563 100644 --- a/modules_v4/README.md +++ b/modules_v4/README.md @@ -79,8 +79,9 @@ They *may* implement one or more of the following interfaces: * `ModuleAnalyticsInterface` - adds a tracking/analytics provider. * `ModuleBlockInterface` - adds a block to the home pages. * `ModuleChartInterface` - adds a chart to the chart menu. -* `ModuleListInterface` - adds a list to the list menu. * `ModuleConfigInterface` - adds a configuration page to the control panel. +* `ModuleGlobalInterface` - adds CSS and JS to all page. +* `ModuleListInterface` - adds a list to the list menu. * `ModuleMenuInterface` - adds an entry to the main menu. * `ModuleReportInterface` - adds a report to the report menu. * `ModuleSidebarInterface` - adds a sidebar to the individual pages. |
