mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 01:52:39 +08:00
15 lines
354 B
JavaScript
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],
|
|
}
|
|
};
|