mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
adding soundpack to list of default-activated plugins
This commit is contained in:
@@ -365,7 +365,10 @@ function enableDefaultPlugins(next) {
|
||||
winston.info('Enabling default plugins');
|
||||
|
||||
var defaultEnabled = [
|
||||
'nodebb-plugin-markdown', 'nodebb-plugin-mentions', 'nodebb-widget-essentials'
|
||||
'nodebb-plugin-markdown',
|
||||
'nodebb-plugin-mentions',
|
||||
'nodebb-widget-essentials',
|
||||
'nodebb-plugin-soundpack-default'
|
||||
];
|
||||
|
||||
async.each(defaultEnabled, function (pluginId, next) {
|
||||
|
||||
Reference in New Issue
Block a user