d7_piwik_user_settings.yml 459 B

123456789101112131415161718192021222324
  1. id: d7_piwik_user_settings
  2. label: Piwik user settings
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: d7_user
  7. constants:
  8. key: user_account_users
  9. module: piwik
  10. process:
  11. uid: uid
  12. key: 'constants/key'
  13. module: 'constants/module'
  14. settings:
  15. # Based on skip_row_if_not_set
  16. plugin: piwik_skip_row_if_not_set
  17. key: custom
  18. module: piwik
  19. source: data
  20. destination:
  21. plugin: user_data
  22. migration_dependencies:
  23. required:
  24. - d7_user