wbm2cm_clear.yml in Workbench Moderation to Content Moderation 8.2
migrations/wbm2cm_clear.yml
File
migrations/wbm2cm_clear.ymlView source
- id: wbm2cm_clear
- deriver: '\Drupal\wbm2cm\Plugin\Deriver\ClearDeriver'
- source:
- # This must be a valid plugin in order for the migration to be discoverable
- # at all, but it will be changed by the deriver.
- plugin: embedded_data
- keys:
- - id
- - revision
- - langcode
- process:
- # ID, revision, and langcode keys are mapped 1-1 by the deriver.
- moderation_state:
- plugin: unset
- destination:
- # This will be changed by the deriver to some variant of entity_revision.
- plugin: null
- translations: true