123456789101112131415161718192021222324252627282930 |
- id: d6_edlp_entrees
- label: 'Edlp Drupal 6 entrees'
- migration_tags:
- - 'Drupal 6'
- migration_group: d6_edlp
- source:
- plugin: d6_edlp_taxonomy_term_entree
- bundle: 2
- process:
- name: name
- description/value:
- -
- plugin: get
- source: description
- -
- plugin: skip_on_empty
- method: row
- description/format:
- plugin: default_value
- default_value: wysiwyg
- field_notice/value: notice
- field_notice/format:
- plugin: default_value
- default_value: wysiwyg
- vid:
- plugin: default_value
- default_value: entrees
- weight: weight
- destination:
- plugin: 'entity:taxonomy_term'
|