You are here

system_site.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/system/migrations/system_site.yml
core/modules/system/migrations/system_site.yml

File

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