{
	"id": "nodebb-plugin-custom-topics",
	"name": "Custom Topics",
	"description": "Adds custom forms to composer when posting new topics",
	"url": "https://github.com/btw6391/nodebb-plugin-custom-topics",
	"library": "./library.js",
	"hooks": [
		{ "hook": "static:app.load", "method": "init" },
		{ "hook": "filter:admin.header.build", "method": "addAdminNavigation" },
		{ "hook": "filter:topic.create", "method": "onTopicCreate" }
	],
	"staticDirs": {
		"static": "./static"
	},
	"less": [
	],
	"scripts": [
		"static/lib/main.js",
		"static/lib/composer.js",
		"static/lib/composer/categoryList.js"
	],
	"templates": "static/templates"
}