config.extraPlugins =...
config.extraPlugins = 'wordcount,notification';
config.wordcount = {
// Whether or not you want to show the Word Count
showWordCount: false,
// Whether or not you want to show the Char Count
showCharCount: true,
// Maximum allowed Word Count
maxWordCount: 4,
// Maximum allowed Char Count
maxCharCount: 10
};
댓글은 회원만 열람할 수 있습니다. 로그인
신고