Security update for Core, with self-updated composer
[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   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   'path/temporary': file_temporary_path
19 destination:
20   plugin: config
21   config_name: system.file