Add the multiline config module
This commit is contained in:
parent
c39a172690
commit
2aef6eb122
71 changed files with 1891 additions and 126 deletions
|
@ -46,7 +46,10 @@ items:
|
|||
plugin: text
|
||||
label: Honeypot
|
||||
weight: -10
|
||||
body: "Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.\r\n\r\nClick Next to be guided through this configuration page."
|
||||
body: |
|
||||
Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.
|
||||
|
||||
Click Next to be guided through this configuration page.
|
||||
location: top
|
||||
protect-all-forms:
|
||||
id: protect-all-forms
|
||||
|
@ -55,7 +58,10 @@ items:
|
|||
weight: -9
|
||||
attributes:
|
||||
data-id: edit-protect-all-forms
|
||||
body: "Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.\r\n\r\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time."
|
||||
body: |
|
||||
Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.
|
||||
|
||||
Note: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time.
|
||||
location: bottom
|
||||
log-blocked-form-submissions:
|
||||
id: log-blocked-form-submissions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue