X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fmigration_templates%2Fsystem_site.yml;fp=web%2Fcore%2Fmodules%2Fsystem%2Fmigration_templates%2Fsystem_site.yml;h=0000000000000000000000000000000000000000;hp=397823c2b5ef618ee9c50bca209723978d6fc169;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/system/migration_templates/system_site.yml b/web/core/modules/system/migration_templates/system_site.yml deleted file mode 100644 index 397823c2b..000000000 --- a/web/core/modules/system/migration_templates/system_site.yml +++ /dev/null @@ -1,43 +0,0 @@ -id: system_site -label: Site configuration -migration_tags: - - Drupal 6 - - Drupal 7 -source: - plugin: variable - constants: - slash: '/' - variables: - - site_name - - site_mail - - site_slogan - - site_frontpage - - site_403 - - site_404 - - drupal_weight_select_max - - admin_compact_mode - source_module: system -process: - name: site_name - mail: site_mail - slogan: site_slogan - 'page/front': - plugin: concat - source: - - constants/slash - - site_frontpage - 'page/403': - plugin: concat - source: - - constants/slash - - site_403 - 'page/404': - plugin: concat - source: - - constants/slash - - site_404 - weight_select_max: drupal_weight_select_max - admin_compact_mode: admin_compact_mode -destination: - plugin: config - config_name: system.site