Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[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   source_module: system
12 process:
13   id:
14     plugin: static_map
15     source: name
16     map:
17       date_format_long: long
18       date_format_short: short
19       date_format_medium: medium
20   pattern: value
21 destination:
22   plugin: entity:date_format