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.
 
 

40 lines
843 B

uuid: 3a155604-d66f-43a4-8012-2a5f5133a4a4
langcode: en
status: true
dependencies: { }
id: upgrade_file_settings
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 6'
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'File configuration'
source:
plugin: variable
variables:
- file_description_type
- file_description_length
- file_icon_directory
source_module: system
process:
description/type:
-
plugin: get
source: file_description_type
description/length:
-
plugin: get
source: file_description_length
icon/directory:
-
plugin: get
source: file_icon_directory
destination:
plugin: config
config_name: file.settings
migration_dependencies:
required: { }
optional: { }