angrybeanie-cms/config/plugins.js

11 lines
264 B
JavaScript
Raw Permalink Normal View History

2022-06-12 15:43:38 +10:00
module.exports = () => {
return {
ckeditor5: {
enabled: true,
2024-04-01 14:42:25 +11:00
},
'activitypub-integration': {
enabled: true,
resolve: './src/plugins/activitypub-integration' // path to plugin folder
}
2022-06-12 15:43:38 +10:00
}
}