Bring in updated module configuration after D10 upgrade
This commit is contained in:
parent
790a477269
commit
2a4b10f537
52 changed files with 385 additions and 129 deletions
|
@ -52,11 +52,19 @@ tips:
|
|||
position: top-start
|
||||
selector: '#edit-time-limit'
|
||||
body: "If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you're a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable."
|
||||
honeypot-expire:
|
||||
id: honeypot-expire
|
||||
plugin: text
|
||||
label: 'Honeypot Expire'
|
||||
weight: -5
|
||||
position: top-start
|
||||
selector: '#edit-expire'
|
||||
body: "If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you're a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable."
|
||||
honeypot-form-specific-settings:
|
||||
id: honeypot-form-specific-settings
|
||||
plugin: text
|
||||
label: 'Honeypot form-specific settings'
|
||||
weight: -5
|
||||
weight: -4
|
||||
position: top-start
|
||||
selector: '#edit-form-settings'
|
||||
body: 'If you would like to choose particular forms to be protected by Honeypot, check the forms you wish to protect in this section. Most common types of forms are available for protection.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue