You are here

d6_system_site.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/system/migration_templates/d6_system_site.yml
core/modules/system/migration_templates/d6_system_site.yml

File

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