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.
41 lines
843 B
41 lines
843 B
2 years ago
|
uuid: 8fd98ec2-1d6a-4ecb-a781-bd8ddb817a67
|
||
|
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: { }
|