You are here

d7_global_theme_settings.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/system/migrations/d7_global_theme_settings.yml
core/modules/system/migrations/d7_global_theme_settings.yml

File

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