Adding banned word list menu option.

This commit is contained in:
David Jay
2016-12-01 18:46:02 -05:00
parent e6b9cf4b7d
commit ef58c439f2
2 changed files with 6 additions and 0 deletions
@@ -144,6 +144,11 @@ class Configure extends React.Component {
onClick={this.changeSection.bind(this, 'embed')}
icon='code'>{lang.t('configure.embed-comment-stream')}</ListItemContent>
</ListItem>
<ListItem className={styles.settingOption}>
<ListItemContent
onClick={this.changeSection.bind(this, 'wordlist')}
icon='settings'>{lang.t('configure.wordlist')}</ListItemContent>
</ListItem>
</List>
<Button raised colored onClick={this.saveSettings}>
<Icon name='save' /> {lang.t('configure.save-changes')}
+1
View File
@@ -37,6 +37,7 @@
"include-text": "Include your text here.",
"comment-settings": "Comment Settings",
"embed-comment-stream": "Embed Comment Stream",
"wordlist": "Banned words list",
"save-changes": "Save Changes",
"copy-and-paste": "Copy and paste code below into your CMS to embed your comment box in your articles",
"moderate": "Moderate",