You are here

d7_captcha_settings.yml in CAPTCHA 8

migrations/d7_captcha_settings.yml

File

migrations/d7_captcha_settings.yml
View source
  1. id: d7_captcha_settings
  2. label: 'Captcha Settings'
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: variable
  8. variables:
  9. - captcha_add_captcha_description
  10. - captcha_administration_mode
  11. - captcha_allow_on_admin_pages
  12. - captcha_default_challenge
  13. - captcha_default_challenge_on_nonlisted_forms
  14. - captcha_default_validation
  15. - captcha_description
  16. - captcha_enable_stats
  17. - captcha_error_message
  18. - captcha_log_wrong_responses
  19. - captcha_persistence
  20. - captcha_placement_map_cache
  21. source_module:
  22. - captcha
  23. process:
  24. enabled_default: captcha_default_challenge_on_nonlisted_forms
  25. default_challenge: captcha_default_challenge
  26. description: captcha_description
  27. administration_mode: captcha_administration_mode
  28. allow_on_admin_pages: captcha_allow_on_admin_pages
  29. add_captcha_description: captcha_add_captcha_description
  30. default_validation: captcha_default_validation
  31. persistence: captcha_persistence
  32. enable_stats: captcha_enable_stats
  33. log_wrong_responses: captcha_log_wrong_responses
  34. destination:
  35. plugin: config
  36. config_name: captcha.settings