d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_d7_global_theme_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

73 lines
1.6 KiB
YAML

uuid: 85a6919c-d8bb-43db-abae-716e7f26261d
langcode: en
status: true
dependencies: { }
id: upgrade_d7_global_theme_settings
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'D7 global theme settings'
source:
plugin: variable
variables:
- theme_settings
source_module: system
process:
features/logo:
-
plugin: get
source: theme_settings/toggle_logo
features/name:
-
plugin: get
source: theme_settings/toggle_name
features/slogan:
-
plugin: get
source: theme_settings/toggle_slogan
features/node_user_picture:
-
plugin: get
source: theme_settings/toggle_node_user_picture
features/comment_user_picture:
-
plugin: get
source: theme_settings/toggle_comment_user_picture
features/comment_user_verification:
-
plugin: get
source: theme_settings/toggle_comment_user_verification
features/favicon:
-
plugin: get
source: theme_settings/toggle_favicon
logo/use_default:
-
plugin: get
source: theme_settings/default_logo
logo/path:
-
plugin: get
source: theme_settings/logo_path
favicon/use_default:
-
plugin: get
source: theme_settings/default_favicon
favicon/path:
-
plugin: get
source: theme_settings/favicon_path
favicon/mimetype:
-
plugin: get
source: theme_settings/favicon_mimetype
destination:
plugin: config
config_name: system.theme.global
migration_dependencies:
required: { }
optional: { }