d6_system_file.yml
Same filename in other branches
File
-
core/
modules/ system/ migrations/ d6_system_file.yml
View source
- id: d6_system_file
- label: File system configuration
- migration_tags:
- - Drupal 6
- - Configuration
- source:
- plugin: variable
- variables:
- - allow_insecure_uploads
- source_module: system
- process:
- allow_insecure_uploads:
- plugin: static_map
- source: allow_insecure_uploads
- map:
- 0: FALSE
- 1: TRUE
- destination:
- plugin: config
- config_name: system.file
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.