d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_file_settings.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

40 lines
843 B
YAML

uuid: a9d6f1df-cd24-4ea1-801b-60212512b735
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: { }