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