1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- uuid: 05fe6f06-9cee-47ff-933d-268644842a3a
- langcode: en
- status: true
- dependencies: { }
- _core:
- default_config_hash: IGag-Zj7gnWLJ2WslveQgN5A2JMdpCjA9pUY3J3qYhU
- 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
- description/value: description
- description/format: format
- weight: weight
- parent_id:
- -
- plugin: skip_on_empty
- method: process
- source: parent
- -
- plugin: migration_lookup
- migration: d7_taxonomy_term_showroom
- parent:
- plugin: default_value
- default_value: 0
- source: '@parent_id'
- forum_container: is_container
- changed: timestamp
- destination:
- plugin: 'entity:taxonomy_term'
- migration_dependencies: null
|