d7_paragraphs.yml

paragraphs/migrations/d7_paragraphs.yml

File

paragraphs/migrations/d7_paragraphs.yml
View source
  1. id: d7_paragraphs
  2. label: Paragraphs
  3. migration_tags:
  4. - Drupal 7
  5. - Content
  6. - Paragraphs Content
  7. deriver: Drupal\paragraphs\Plugin\migrate\D7ParagraphsItemDeriver
  8. source:
  9. plugin: d7_paragraphs_item
  10. process:
  11. type: bundle
  12. # @todo Get the langcode from the parent entity.
  13. # See https://drupal.org/i/3146632.
  14. # langcode: langcode
  15. destination:
  16. plugin: entity_reference_revisions:paragraph
  17. migration_dependencies:
  18. required:
  19. - d7_paragraphs_type
  20. optional:
  21. - d7_field_instance