71257d4fc53fa2751e003df8c9db941eba8c5fa5
[yaffs-website] / web / core / modules / system / migration_templates / d6_date_formats.yml
1 id: d6_date_formats
2 label: Date format configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: variable_multirow
7   variables:
8     - date_format_long
9     - date_format_medium
10     - date_format_short
11 process:
12   id:
13     plugin: static_map
14     source: name
15     map:
16       date_format_long: long
17       date_format_short: short
18       date_format_medium: medium
19   pattern: value
20 destination:
21   plugin: entity:date_format