1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- uuid: 805f2fcd-3109-4f9e-9c25-2f577d38a4c9
- langcode: en
- status: true
- dependencies: { }
- id: d7_taxonomy_term_showroom
- class: null
- field_plugin_method: null
- cck_plugin_method: null
- migration_tags:
- - 'Drupal 7'
- - Content
- - Materio
- migration_group: d7_materio
- label: 'Taxonomy terms Showroom'
- source:
- plugin: d7_taxonomy_term_showroom
- bundle: showroom
- process:
- vid:
- plugin: default_value
- default_value: showroom
- name: name
- weight: weight
- parent:
- plugin: default_value
- default_value: 0
- changed: timestamp
- langcode:
- plugin: default_value
- default_value: und
- field_migration:
- plugin: default_value
- default_value: migration_imported
- field_workflow:
- plugin: default_value
- default_value: workflow_visible
- field_website:
- plugin: iterator
- source: field_website
- process:
- uri: url
- title: title
- options: attributes
- field_memo: field_memo
- field_public_phone: public_phone
- field_public_email:
- plugin: iterator
- source: field_public_email
- process:
- value: email
- field_public_address:
- plugin: iterator
- source: field_public_address
- process:
- country_code: country
- administrative_area: administrative_area
- locality: locality
- dependent_locality: dependent_locality
- postal_code: postal_code
- address_line1: thoroughfare
- organization: organisation_name
- given_name: first_name
- family_name: last_name
- description:
- plugin: iterator
- source: body
- process:
- value: value
- format:
- plugin: default_value
- default_value: wysiwyg
- destination:
- plugin: 'entity:taxonomy_term'
- migration_dependencies: null
|