Adding basic Akismet stuff. Seems to work. Still working on it, make
sure it's okay.
This commit is contained in:
parent
607e0fa6d4
commit
6a6b1973a1
8 changed files with 216 additions and 175 deletions
|
@ -29,19 +29,9 @@ form:
|
|||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
pingbacks:
|
||||
type: toggle
|
||||
label: Pingbacks
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
commenting:
|
||||
type: toggle
|
||||
label: Commenting
|
||||
label: PLUGIN_COMMENTS.COMMENTS
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
|
@ -49,3 +39,59 @@ form:
|
|||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
nested:
|
||||
type: toggle
|
||||
label: PLUGIN_COMMENTS.COMMENTS_NESTED
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
pingbacks:
|
||||
type: toggle
|
||||
label: PLUGIN_COMMENTS.COMMENTS_PINGBACKS
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
recaptcha:
|
||||
type: toggle
|
||||
label: PLUGIN_COMMENTS.RECAPTCHA
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
akismet:
|
||||
type: toggle
|
||||
label: PLUGIN_COMMENTS.AKISMET
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
akismet_apikey:
|
||||
type: text
|
||||
label: PLUGIN_COMMENTS.AKISMET_APIKEY
|
||||
highlight: 1
|
||||
default:
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
akismet_site:
|
||||
type: text
|
||||
label: PLUGIN_COMMENTS.AKISMET_SITE_OVERRIDE
|
||||
highlight: 1
|
||||
default:
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue