b9fba89ea6d1a6b7e09f57f65434ca2a04064130
[yaffs-website] / web / core / modules / system / migrations / d7_system_file.yml
1 id: d7_system_file
2 label: Drupal 7 file system configuration
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - allow_insecure_uploads
10     - file_temporary_path
11   source_module: system
12 process:
13   allow_insecure_uploads:
14     plugin: static_map
15     source: allow_insecure_uploads
16     map:
17       0: FALSE
18       1: TRUE
19   'path/temporary': file_temporary_path
20 destination:
21   plugin: config
22   config_name: system.file