nodebb-plugin-youtube-lite
Version:
NodeBB Youtube Lite Plugin
22 lines (21 loc) • 640 B
JSON
{
"id": "nodebb-plugin-youtube-lite",
"name": "NodeBB Youtube Lite",
"description": "NodeBB Plugin that allows users to Lazyload Youtube Videos inline in their posts.",
"url": "https://github.com/a5mith/nodebb-plugin-youtube-lite",
"library": "./library.js",
"hooks": [
{ "hook": "filter:parse.post", "method": "parse"},
{ "hook": "filter:admin.header.build", "method": "admin.menu"},
{ "hook": "static:app.load", "method": "init" } ],
"staticDirs": {
"static": "./static"
},
"less": [
"static/style.less"
],
"scripts": [
"static/lib/lazyYT.js",
"static/lib/main.js"
]
}