Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / migration_templates / d7_global_theme_settings.yml
1 id: d7_global_theme_settings
2 label: D7 global theme settings
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: variable
7   variables:
8     - theme_settings
9   source_module: system
10 process:
11   'features/logo': theme_settings/toggle_logo
12   'features/name': theme_settings/toggle_name
13   'features/slogan': theme_settings/toggle_slogan
14   'features/node_user_picture': theme_settings/toggle_node_user_picture
15   'features/comment_user_picture': theme_settings/toggle_comment_user_picture
16   'features/comment_user_verification': theme_settings/toggle_comment_user_verification
17   'features/favicon': theme_settings/toggle_favicon
18   'logo/use_default': theme_settings/default_logo
19   'logo/path': theme_settings/logo_path
20   'favicon/use_default': theme_settings/default_favicon
21   'favicon/path': theme_settings/favicon_path
22   'favicon/mimetype': theme_settings/favicon_mimetype
23 # Ignore settings not present in Drupal 8
24 #  theme_settings/logo_upload
25 #  theme_settings/favicon_upload
26 #  theme_settings/toggle_main_menu
27 #  theme_settings/toggle_secondary_menu
28 destination:
29   plugin: config
30   config_name: system.theme.global