mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 23:51:11 +08:00
12 lines
301 B
JavaScript
12 lines
301 B
JavaScript
import translations from './translations.yml';
|
|
import CheckToxicityHook from './containers/CheckToxicityHook';
|
|
import ToxicLabel from './containers/ToxicLabel';
|
|
|
|
export default {
|
|
translations,
|
|
slots: {
|
|
commentInputDetailArea: [CheckToxicityHook],
|
|
adminCommentLabels: [ToxicLabel],
|
|
},
|
|
};
|