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

4 years ago
  1. uuid: 8323ce2d-dc7f-4924-834d-25573f422b9d
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d7_node_settings
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 7'
  11. - Configuration
  12. migration_group: migrate_drupal_7
  13. label: 'Node configuration'
  14. source:
  15. plugin: variable
  16. variables:
  17. - node_admin_theme
  18. source_module: node
  19. process:
  20. use_admin_theme:
  21. -
  22. plugin: get
  23. source: node_admin_theme
  24. destination:
  25. plugin: config
  26. config_name: node.settings
  27. migration_dependencies:
  28. required: { }
  29. optional: { }