You are here

d6_system_date.yml in Zircon Profile 8

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

File

core/modules/system/migration_templates/d6_system_date.yml
View source
  1. id: d6_system_date
  2. label: System date configuration
  3. migration_tags:
  4. - Drupal 6
  5. source:
  6. plugin: variable
  7. variables:
  8. - configurable_timezones
  9. - date_first_day
  10. - date_default_timezone
  11. process:
  12. 'timezone/user/configurable': configurable_timezones
  13. first_day: date_first_day
  14. 'timezone/default':
  15. plugin: timezone
  16. source: date_default_timezone
  17. destination:
  18. plugin: config
  19. config_name: system.date