|
|
@ -478,11 +478,13 @@ function enableDefaultPlugins(next) {
|
|
|
|
process.stdout.write('Enabling default plugins\n');
|
|
|
|
process.stdout.write('Enabling default plugins\n');
|
|
|
|
|
|
|
|
|
|
|
|
var defaultEnabled = [
|
|
|
|
var defaultEnabled = [
|
|
|
|
|
|
|
|
'nodebb-plugin-composer-default',
|
|
|
|
'nodebb-plugin-markdown',
|
|
|
|
'nodebb-plugin-markdown',
|
|
|
|
'nodebb-plugin-mentions',
|
|
|
|
'nodebb-plugin-mentions',
|
|
|
|
'nodebb-widget-essentials',
|
|
|
|
'nodebb-widget-essentials',
|
|
|
|
'nodebb-rewards-essentials',
|
|
|
|
'nodebb-rewards-essentials',
|
|
|
|
'nodebb-plugin-soundpack-default'
|
|
|
|
'nodebb-plugin-soundpack-default',
|
|
|
|
|
|
|
|
'nodebb-plugin-emoji-extended'
|
|
|
|
];
|
|
|
|
];
|
|
|
|
var db = require('./database');
|
|
|
|
var db = require('./database');
|
|
|
|
var order = defaultEnabled.map(function(plugin, index) {
|
|
|
|
var order = defaultEnabled.map(function(plugin, index) {
|
|
|
|