You are here

d6_recaptcha_settings.yml in reCAPTCHA 8.2

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

File

migrations/d6_recaptcha_settings.yml
View source
  1. id: d6_recaptcha_settings
  2. label: reCAPTCHA 6 configuration
  3. migration_tags:
  4. - Drupal 6
  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. source_module: recaptcha
  17. process:
  18. site_key: recaptcha_site_key
  19. secret_key: recaptcha_secret_key
  20. 'widget/theme': recaptcha_theme
  21. 'widget/type': recaptcha_type
  22. 'widget/size': recaptcha_size
  23. 'widget/tabindex': recaptcha_tabindex
  24. 'widget/noscript': recaptcha_noscript
  25. destination:
  26. plugin: config
  27. config_name: recaptcha.settings