nodebb-widget-lotro-serverstatus
Version:
Adds a widget to show LOTRO Server Status
17 lines (16 loc) • 595 B
JSON
{
"id": "nodebb-widget-lotro-serverstatus",
"name": "NodeBB LOTRO Server Status Widget",
"description": "Adds a widget to show LOTRO Server Status",
"url": "https://github.com/gtfr/nodebb-widget-lotro-serverstatus.git",
"library": "library.js",
"hooks": [
{ "hook": "static:app.load", "method": "init" },
{ "hook": "filter:widgets.getWidgets", "method": "defineWidget" },
{ "hook": "filter:widget.render:lotro-serverstatus", "method": "renderStatusWidget" }
],
"css": [
"public/style.css"
],
"templates": "public/templates"
}