You are here

d6_system_file.yml in Drupal 8

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

File

core/modules/system/migrations/d6_system_file.yml
View source
  1. id: d6_system_file
  2. label: File system configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: variable
  8. variables:
  9. - allow_insecure_uploads
  10. source_module: system
  11. process:
  12. allow_insecure_uploads:
  13. plugin: static_map
  14. source: allow_insecure_uploads
  15. map:
  16. 0: FALSE
  17. 1: TRUE
  18. destination:
  19. plugin: config
  20. config_name: system.file