Cleaning up a little, reorganizing. Was Trying to look into recatpcha
support, but decided not to bother, keep things simple with verification server side for now with no added javascript.
This commit is contained in:
parent
9bff3a3397
commit
3632251cea
3 changed files with 29 additions and 55 deletions
|
@ -59,16 +59,7 @@ form:
|
|||
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
|
||||
|
@ -79,19 +70,14 @@ form:
|
|||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
akismet_apikey:
|
||||
akismet_key_api:
|
||||
type: text
|
||||
label: PLUGIN_COMMENTS.AKISMET_APIKEY
|
||||
label: PLUGIN_COMMENTS.AKISMET_KEY_API
|
||||
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