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.
 
 

29 lines
602 B

uuid: 8323ce2d-dc7f-4924-834d-25573f422b9d
langcode: en
status: true
dependencies: { }
id: upgrade_d7_node_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: 'Node configuration'
source:
plugin: variable
variables:
- node_admin_theme
source_module: node
process:
use_admin_theme:
-
plugin: get
source: node_admin_theme
destination:
plugin: config
config_name: node.settings
migration_dependencies:
required: { }
optional: { }