You are here

block_content_type.yml in Drupal 10

core/modules/block_content/migrations/block_content_type.yml

File

core/modules/block_content/migrations/block_content_type.yml
View source
  1. id: block_content_type
  2. label: Block content type
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: embedded_data
  9. data_rows:
  10. -
  11. id: basic
  12. label: Basic
  13. ids:
  14. id:
  15. type: string
  16. source_module: block
  17. process:
  18. id: id
  19. label: label
  20. destination:
  21. plugin: entity:block_content_type
  22. provider:
  23. - block_content
  24. - migrate_drupal