Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / node / migrations / d7_node_title_label.yml
1 id: d7_node_title_label
2 label: Node title label
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: d7_node_type
8   constants:
9     entity_type: node
10     field_name: title
11 process:
12   entity_type: 'constants/entity_type'
13   bundle: type
14   field_name: 'constants/field_name'
15   label: title_label
16 destination:
17   plugin: entity:base_field_override
18 migration_dependencies:
19   required:
20     - d7_node_type