Add spamStopWords to default WebGUI config file, and add upgrade snippet. Fixes bug #11721.

This commit is contained in:
Colin Kuskie 2010-07-20 10:44:17 -07:00
parent 4f02168a44
commit 0cfa3f9edf
3 changed files with 18 additions and 1 deletions

View file

@ -1076,6 +1076,11 @@
# show hidden pages
"siteIndex" : {
"showHiddenPages" : 0
}
},
# An array of SPAM words. Used in the Post and WikiPage to block spam by sending the asset directly
# to the trash.
"spamStopWords" : [
]
}