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.
 
 

73 lines
1.3 KiB

uuid: c3db44dd-31d9-4ac9-a782-dfe88a170054
langcode: en
status: true
dependencies: { }
id: upgrade_system_site
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: 'Site configuration'
source:
plugin: variable
constants:
slash: /
variables:
- site_name
- site_mail
- site_slogan
- site_frontpage
- site_403
- site_404
- drupal_weight_select_max
- admin_compact_mode
source_module: system
process:
name:
-
plugin: get
source: site_name
mail:
-
plugin: get
source: site_mail
slogan:
-
plugin: get
source: site_slogan
page/front:
-
plugin: concat
source:
- constants/slash
- site_frontpage
page/403:
-
plugin: concat
source:
- constants/slash
- site_403
page/404:
-
plugin: concat
source:
- constants/slash
- site_404
weight_select_max:
-
plugin: get
source: drupal_weight_select_max
admin_compact_mode:
-
plugin: get
source: admin_compact_mode
destination:
plugin: config
config_name: system.site
migration_dependencies:
required: { }
optional: { }