Security update for Core, with self-updated composer
[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   source_module: system
20 process:
21   name: site_name
22   mail: site_mail
23   slogan: site_slogan
24   'page/front':
25     plugin: concat
26     source:
27       - constants/slash
28       - site_frontpage
29   'page/403':
30     plugin: concat
31     source:
32       - constants/slash
33       - site_403
34   'page/404':
35     plugin: concat
36     source:
37       - constants/slash
38       - site_404
39   weight_select_max: drupal_weight_select_max
40   admin_compact_mode: admin_compact_mode
41 destination:
42   plugin: config
43   config_name: system.site