You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
707 B

  1. uuid: a05842c6-cbb3-49f6-853b-f137d5f52c3d
  2. langcode: en
  3. status: true
  4. dependencies:
  5. enforced:
  6. module:
  7. - migrate_plus
  8. - sample_migration
  9. id: random_databases
  10. class: null
  11. field_plugin_method: null
  12. cck_plugin_method: null
  13. migration_tags: null
  14. migration_group: migrate_drupal_7
  15. label: 'Page From Random Databases'
  16. source:
  17. key: random
  18. plugin: RandomDatabases
  19. process:
  20. type:
  21. plugin: default_value
  22. default_value: page
  23. status:
  24. plugin: default_value
  25. default_value: 1
  26. uid:
  27. plugin: default_value
  28. default_value: 1
  29. langcode:
  30. plugin: default_value
  31. default_value: en
  32. title: Title
  33. body: Body
  34. destination:
  35. plugin: 'entity:node'
  36. migration_dependencies: null