12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- uuid: null
- langcode: fr
- status: true
- dependencies: { }
- id: d6_edlp_sons
- class: null
- field_plugin_method: null
- cck_plugin_method: null
- migration_tags:
- - 'Drupal 6'
- migration_group: d6_edlp
- label: 'Edlp Drupal 6 sons'
- source:
- plugin: d6_edlp_sons
- node_type: son
- process:
- type:
- plugin: default_value
- default_value: autre_son
- langcode:
- plugin: default_value
- source: language
- default_value: und
- title:
- -
- plugin: get
- source: title
- -
- plugin: skip_on_empty
- method: row
- uid:
- -
- plugin: migration_lookup
- migration: d6_edlp_users
- source: node_uid
- -
- plugin: default_value
- default_value: 1
- created: created
- changed: changed
- promote: promote
- sticky: sticky
- revision_uid: revision_uid
- revision_log: log
- revision_timestamp: timestamp
- body/value: body
- body/format:
- plugin: default_value
- default_value: wysiwyg
- field_genres:
- plugin: migration_lookup
- migration: d6_edlp_genres
- source: genres
- field_locuteurs: locuteurs
- field_collectionneurs: collectionneurs
- field_son:
- plugin: migration_lookup
- migration: d6_edlp_allfiles
- source: sons_fid
- status:
- plugin: static_map
- source: workflow
- map:
- 1: 0
- 2: 0
- 3: 1
- 4: 1
- destination:
- plugin: 'entity:node'
- migration_dependencies:
- required:
- - d6_edlp_users
- - d6_edlp_entrees
- - d6_edlp_genres
- - d6_edlp_langues
- - d6_edlp_allfiles
|