v1.18.x
Julian Lam 11 years ago
parent 99fbc0dfd5
commit 1bd94b4e41

@ -2,84 +2,96 @@
{ {
"name": "Announcements", "name": "Announcements",
"description": "Announcements regarding our community", "description": "Announcements regarding our community",
"blockclass": "category-blue", "bgColor": "#0059B2",
"color": "#fff",
"icon" : "fa-bullhorn", "icon" : "fa-bullhorn",
"order": 1 "order": 1
}, },
{ {
"name": "General Discussion", "name": "General Discussion",
"description": "A place to talk about whateeeever you want", "description": "A place to talk about whateeeever you want",
"blockclass": "category-blue", "bgColor": "#0059B2",
"color": "#fff",
"icon" : "fa-comment", "icon" : "fa-comment",
"order": 2 "order": 2
}, },
{ {
"name": "NodeBB Development", "name": "NodeBB Development",
"description": "NodeBB development news and announcements", "description": "NodeBB development news and announcements",
"blockclass": "category-blue", "bgColor": "#0059B2",
"color": "#fff",
"icon" : "fa-github", "icon" : "fa-github",
"order": 3 "order": 3
}, },
{ {
"name": "Blogs", "name": "Blogs",
"description": "Blog posts from individual members", "description": "Blog posts from individual members",
"blockclass": "category-blue", "bgColor": "#0059B2",
"color": "#fff",
"icon" : "fa-pencil", "icon" : "fa-pencil",
"order": 4 "order": 4
}, },
{ {
"name": "Feature Requests", "name": "Feature Requests",
"description": "Got a feature request you'd like to see? Give us a shout here.", "description": "Got a feature request you'd like to see? Give us a shout here.",
"blockclass": "category-purple", "bgColor": "#ab1290",
"color": "#fff",
"icon" : "fa-lightbulb-o", "icon" : "fa-lightbulb-o",
"order": 5 "order": 5
}, },
{ {
"name": "Bug Reports", "name": "Bug Reports",
"description": "Having trouble with NodeBB? Let us know...", "description": "Having trouble with NodeBB? Let us know...",
"blockclass": "category-purple", "bgColor": "#ab1290",
"color": "#fff",
"icon" : "fa-cogs", "icon" : "fa-cogs",
"order": 6 "order": 6
}, },
{ {
"name": "NodeBB Plugins", "name": "NodeBB Plugins",
"description": "Enhance your NodeBB with plugins!", "description": "Enhance your NodeBB with plugins!",
"blockclass": "category-purple", "bgColor": "#ab1290",
"color": "#fff",
"icon" : "fa-plus-square", "icon" : "fa-plus-square",
"order": 7 "order": 7
}, },
{ {
"name": "NodeBB Link Exchange", "name": "NodeBB Link Exchange",
"description": "Link exchange", "description": "Link exchange",
"blockclass": "category-purple", "bgColor": "#ab1290",
"color": "#fff",
"icon" : "fa-exchange", "icon" : "fa-exchange",
"order": 8 "order": 8
}, },
{ {
"name": "News", "name": "News",
"description": "News from around the world", "description": "News from around the world",
"blockclass": "category-darkblue", "bgColor": "#004C66",
"color": "#fff",
"icon" : "fa-globe", "icon" : "fa-globe",
"order": 9 "order": 9
}, },
{ {
"name": "Movies", "name": "Movies",
"description": "Discuss the latest movies here", "description": "Discuss the latest movies here",
"blockclass": "category-darkblue", "bgColor": "#004C66",
"color": "#fff",
"icon" : "fa-film", "icon" : "fa-film",
"order": 10 "order": 10
}, },
{ {
"name": "Games", "name": "Games",
"description": "Discuss the latest games here", "description": "Discuss the latest games here",
"blockclass": "category-darkblue", "bgColor": "#004C66",
"color": "#fff",
"icon" : "fa-crosshairs", "icon" : "fa-crosshairs",
"order": 11 "order": 11
}, },
{ {
"name": "Random", "name": "Random",
"description": "Anything and (almost) everything welcome!", "description": "Anything and (almost) everything welcome!",
"blockclass": "category-darkblue", "bgColor": "#004C66",
"color": "#fff",
"icon" : "fa-beer", "icon" : "fa-beer",
"order": 12 "order": 12
} }

Loading…
Cancel
Save