mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
15 lines
355 B
JavaScript
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],
|
|
},
|
|
};
|