Further changes for the Use cases on the live site.
[yaffs-website] / web / core / modules / system / migration_templates / system_site.yml
1 id: system_site
2 label: Site configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6 source:
7   plugin: variable
8   constants:
9     slash: '/'
10   variables:
11     - site_name
12     - site_mail
13     - site_slogan
14     - site_frontpage
15     - site_403
16     - site_404
17     - drupal_weight_select_max
18     - admin_compact_mode
19 process:
20   name: site_name
21   mail: site_mail
22   slogan: site_slogan
23   'page/front':
24     plugin: concat
25     source:
26       - constants/slash
27       - site_frontpage
28   'page/403':
29     plugin: concat
30     source:
31       - constants/slash
32       - site_403
33   'page/404':
34     plugin: concat
35     source:
36       - constants/slash
37       - site_404
38   weight_select_max: drupal_weight_select_max
39   admin_compact_mode: admin_compact_mode
40 destination:
41   plugin: config
42   config_name: system.site