You are here

d7_legal_settings.yml in Legal 2.0.x

Same filename and directory in other branches
  1. 8 migrations/d7_legal_settings.yml
migrations/d7_legal_settings.yml

File

migrations/d7_legal_settings.yml
View source
  1. id: d7_legal_settings
  2. label: Legal settings
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: variable
  8. variables:
  9. - legal_display
  10. source_module: legal
  11. process:
  12. registration_terms_style: legal_display
  13. login_terms_style: legal_display
  14. user_profile_display: legal_user_profile_display
  15. accept_every_login: legal_accept_every_login
  16. except_roles: legal_except_roles
  17. registration_modal_terms: legal_lightbox2
  18. login_modal_terms: legal_lightbox2
  19. registration_container:
  20. plugin: default_value
  21. default_value: 0
  22. login_container:
  23. plugin: default_value
  24. default_value: 0
  25. destination:
  26. plugin: config
  27. config_name: legal.settings
  28. dependencies:
  29. module:
  30. - legal
  31. - migrate_drupal
  32. enforced:
  33. module:
  34. - legal