You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
684 B
32 lines
684 B
uuid: 3a7af968-d3e2-4767-a2a6-1802b84e4019 |
|
langcode: en |
|
status: true |
|
dependencies: { } |
|
id: upgrade_d7_system_file |
|
class: Drupal\migrate\Plugin\Migration |
|
field_plugin_method: null |
|
cck_plugin_method: null |
|
migration_tags: |
|
- 'Drupal 7' |
|
- Configuration |
|
migration_group: migrate_drupal_7 |
|
label: 'Drupal 7 file system configuration' |
|
source: |
|
plugin: variable |
|
variables: |
|
- allow_insecure_uploads |
|
source_module: system |
|
process: |
|
allow_insecure_uploads: |
|
- |
|
plugin: static_map |
|
source: allow_insecure_uploads |
|
map: |
|
- false |
|
- true |
|
destination: |
|
plugin: config |
|
config_name: system.file |
|
migration_dependencies: |
|
required: { } |
|
optional: { }
|
|
|