mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
added composer and emoji to default enabled plugins
This commit is contained in:
@@ -478,11 +478,13 @@ function enableDefaultPlugins(next) {
|
||||
process.stdout.write('Enabling default plugins\n');
|
||||
|
||||
var defaultEnabled = [
|
||||
'nodebb-plugin-composer-default',
|
||||
'nodebb-plugin-markdown',
|
||||
'nodebb-plugin-mentions',
|
||||
'nodebb-widget-essentials',
|
||||
'nodebb-rewards-essentials',
|
||||
'nodebb-plugin-soundpack-default'
|
||||
'nodebb-plugin-soundpack-default',
|
||||
'nodebb-plugin-emoji-extended'
|
||||
];
|
||||
var db = require('./database');
|
||||
var order = defaultEnabled.map(function(plugin, index) {
|
||||
|
||||
Reference in New Issue
Block a user