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.
33 lines
658 B
33 lines
658 B
2 years ago
|
uuid: 470239f0-bf5b-4f88-bdec-4eab3096669d
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_action_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: 'Action configuration'
|
||
|
source:
|
||
|
plugin: variable
|
||
|
variables:
|
||
|
- actions_max_stack
|
||
|
source_module: system
|
||
|
process:
|
||
|
recursion_limit:
|
||
|
-
|
||
|
plugin: skip_on_empty
|
||
|
method: row
|
||
|
source: empty
|
||
|
destination:
|
||
|
plugin: config
|
||
|
config_name: null
|
||
|
destination_module: system
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|