Files
talk/plugins/talk-plugin-toxic-comments/client/index.js
T

15 lines
355 B
JavaScript

import translations from './translations.yml';
import CheckToxicityHook from './components/CheckToxicityHook';
/**
* coral-plugin-offtopic depends on coral-plugin-viewing-options
* in other to display filter and use the streamViewingOptions slot
*/
export default {
translations,
slots: {
commentInputDetailArea: [CheckToxicityHook],
},
};