You are here

d7_recaptcha_settings.yml in reCAPTCHA 8.2

Same filename and directory in other branches
  1. 8.3 migrations/d7_recaptcha_settings.yml
migrations/d7_recaptcha_settings.yml

File

migrations/d7_recaptcha_settings.yml
View source
  1. id: d7_recaptcha_settings
  2. label: reCAPTCHA 7 configuration
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: variable
  8. variables:
  9. - recaptcha_noscript
  10. - recaptcha_site_key
  11. - recaptcha_size
  12. - recaptcha_secret_key
  13. - recaptcha_tabindex
  14. - recaptcha_theme
  15. - recaptcha_type
  16. - recaptcha_use_globally
  17. - recaptcha_verify_hostname
  18. source_module: recaptcha
  19. process:
  20. site_key: recaptcha_site_key
  21. secret_key: recaptcha_secret_key
  22. verify_hostname: recaptcha_verify_hostname
  23. use_globally: recaptcha_use_globally
  24. 'widget/theme': recaptcha_theme
  25. 'widget/type': recaptcha_type
  26. 'widget/size': recaptcha_size
  27. 'widget/tabindex': recaptcha_tabindex
  28. 'widget/noscript': recaptcha_noscript
  29. destination:
  30. plugin: config
  31. config_name: recaptcha.settings