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], }, };