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

uuid: ba9abac8-0791-4da9-9ed9-8e2a4a577561
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: { }