forked from revir/nodebb-plugin-blog-comments2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
32 lines (32 loc) · 812 Bytes
/
plugin.json
File metadata and controls
32 lines (32 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"id": "nodebb-plugin-blog-comments-cryptofr",
"name": "NodeBB Blog Comments CryptoFR",
"description": "Lets NodeBB act as a comments engine/widget for your blog.",
"url": "https://github.com/CryptoFR/nodebb-plugin-blog-comments-cryptofr",
"library": "library.js",
"hooks": [
{
"hook": "filter:admin.header.build", "method": "addAdminLink"
},
{
"hook": "filter:posts.custom_profile_info", "method": "addLinkbackToArticle"
},
{
"hook": "static:app.load", "method": "init"
}
],
"scripts": [
"public/lib/main2.js"
],
"staticDirs": {
"templates": "public/templates",
"css": "public/css",
"icons": "public/icons",
"js": "public/js",
"img": "public/img",
"lib": "public/lib"
},
"languages": "languages",
"defaultLang": "fr",
"templates": "public/templates"
}