Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / language / migrations / language.yml
1 id: language
2 label: Languages
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6   - Configuration
7 source:
8   plugin: language
9 process:
10   id: language
11   label: name
12   direction:
13     plugin: static_map
14     source: direction
15     map:
16       0: ltr
17       1: rtl
18   weight: weight
19 destination:
20   plugin: entity:configurable_language