Version 1
[yaffs-website] / web / core / modules / node / migration_templates / d7_node_title_label.yml
1 id: d7_node_title_label
2 label: Node title label
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: d7_node_type
7   constants:
8     entity_type: node
9     field_name: title
10 process:
11   entity_type: 'constants/entity_type'
12   bundle: type
13   field_name: 'constants/field_name'
14   label: title_label
15 destination:
16   plugin: entity:base_field_override
17 migration_dependencies:
18   required:
19     - d7_node_type