Files
talk/plugins/talk-plugin-toxic-comments/client/index.js
T
Jeff Nelson 88f06744b4 unignore
2017-07-31 11:59:15 -04:00

15 lines
354 B
JavaScript

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