X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Fmigration_templates%2Fd6_date_formats.yml;fp=web%2Fcore%2Fmodules%2Fsystem%2Fmigration_templates%2Fd6_date_formats.yml;h=71257d4fc53fa2751e003df8c9db941eba8c5fa5;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/system/migration_templates/d6_date_formats.yml b/web/core/modules/system/migration_templates/d6_date_formats.yml new file mode 100644 index 000000000..71257d4fc --- /dev/null +++ b/web/core/modules/system/migration_templates/d6_date_formats.yml @@ -0,0 +1,21 @@ +id: d6_date_formats +label: Date format configuration +migration_tags: + - Drupal 6 +source: + plugin: variable_multirow + variables: + - date_format_long + - date_format_medium + - date_format_short +process: + id: + plugin: static_map + source: name + map: + date_format_long: long + date_format_short: short + date_format_medium: medium + pattern: value +destination: + plugin: entity:date_format