You are here

tour.tour.honeypot.yml in Honeypot 2.0.x

Same filename and directory in other branches
  1. 8 config/optional/tour.tour.honeypot.yml
config/optional/tour.tour.honeypot.yml

File

config/optional/tour.tour.honeypot.yml
View source
  1. id: honeypot
  2. module: honeypot
  3. label: Honeypot
  4. langcode: en
  5. routes:
  6. - route_name: honeypot.config
  7. tips:
  8. honeypot-configuration:
  9. id: honeypot-configuration
  10. plugin: text
  11. label: Honeypot
  12. weight: -10
  13. 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."
  14. location: top
  15. protect-all-forms:
  16. id: protect-all-forms
  17. plugin: text
  18. label: 'Protect all forms'
  19. weight: -9
  20. attributes:
  21. data-id: edit-protect-all-forms
  22. 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."
  23. location: bottom
  24. log-blocked-form-submissions:
  25. id: log-blocked-form-submissions
  26. plugin: text
  27. label: 'Log blocked form submissions'
  28. weight: -8
  29. attributes:
  30. data-id: edit-log
  31. body: 'Check this box to log every form submission using watchdog. If you have Database Logging enabled, you can view these log entries in the Recent log messages page under Reports.'
  32. location: bottom
  33. honeypot-element-name:
  34. id: honeypot-element-name
  35. plugin: text
  36. label: 'Honeypot Element Name'
  37. weight: -7
  38. attributes:
  39. data-id: edit-element-name
  40. body: 'Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like ''url'', ''homepage'', or ''link'' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!'
  41. location: top
  42. honeypot-time-limit:
  43. id: honeypot-time-limit
  44. plugin: text
  45. label: 'Honeypot Time Limit'
  46. weight: -6
  47. attributes:
  48. data-id: edit-time-limit
  49. 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.'
  50. location: top
  51. honeypot-form-specific-settings:
  52. id: honeypot-form-specific-settings
  53. plugin: text
  54. label: 'Honeypot form-specific settings'
  55. weight: -5
  56. attributes:
  57. data-id: edit-form-settings
  58. 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.'
  59. location: top