Initial Drupal 11 with DDEV setup
This commit is contained in:
20
web/core/modules/language/migrations/language.yml
Normal file
20
web/core/modules/language/migrations/language.yml
Normal file
@ -0,0 +1,20 @@
|
||||
id: language
|
||||
label: Languages
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: language
|
||||
process:
|
||||
id: language
|
||||
label: name
|
||||
direction:
|
||||
plugin: static_map
|
||||
source: direction
|
||||
map:
|
||||
0: ltr
|
||||
1: rtl
|
||||
weight: weight
|
||||
destination:
|
||||
plugin: entity:configurable_language
|
||||
Reference in New Issue
Block a user