Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / migration_templates / d6_system_file.yml
1 id: d6_system_file
2 label: File system configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: variable
7   variables:
8     - file_directory_temp
9     - allow_insecure_uploads
10   source_module: system
11 process:
12   'path/temporary': file_directory_temp
13   allow_insecure_uploads:
14     plugin: static_map
15     source: allow_insecure_uploads
16     map:
17       0: FALSE
18       1: TRUE
19 destination:
20   plugin: config
21   config_name: system.file