UNPKG

nodebb-plugin-category-sort-by-date

Version:
18 lines 610 B
{ "id": "nodebb-plugin-category-sort-by-date", "name": "Sort by Date", "description": "Sort category topics by date.", "library": "./library.js", "hooks": [ { "hook": "static:app.load", "method": "init" }, { "hook": "action:topic.move", "method": "topicMove" }, { "hook": "action:topic.post", "method": "topicPost" }, { "hook": "action:topic.purge", "method": "topicPurge" }, { "hook": "action:category.delete", "method": "categoryDelete" }, { "hook": "filter:admin.header.build", "method": "adminBuild" } ], "scripts": [ "./client.js" ], "templates": "./public" }