You are here

d7_legal_conditions.yml in Legal 8

Same filename and directory in other branches
  1. 2.0.x migrations/d7_legal_conditions.yml
migrations/d7_legal_conditions.yml

File

migrations/d7_legal_conditions.yml
View source
  1. id: d7_legal_conditions
  2. label: Legal Terms & Conditions
  3. migration_tags:
  4. - Drupal 7
  5. - Content
  6. #class: Drupal\legal\Plugin\migrate\source\d7\LegalConditions
  7. source:
  8. plugin: d7_legal_conditions
  9. process:
  10. tc_id: tc_id
  11. version: version
  12. revision: revision
  13. language: language
  14. conditions: conditions
  15. format: format
  16. date: date
  17. extras: extras
  18. changes: changes
  19. type:
  20. plugin: default_value
  21. default_value: legal_conditions
  22. langcode: language
  23. destination:
  24. plugin: entity:legal_conditions
  25. dependencies:
  26. module:
  27. - legal
  28. - migrate_drupal
  29. enforced:
  30. module:
  31. - legal
  32. provider:
  33. - legal
  34. - migrate_drupal