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.
54 lines
983 B
54 lines
983 B
2 years ago
|
uuid: a20a0ae4-017b-4f76-93f9-c001387e3534
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_pathauto_patterns
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Pathauto patterns'
|
||
|
source:
|
||
|
plugin: pathauto_pattern
|
||
|
constants:
|
||
|
status: true
|
||
|
selection_logic: and
|
||
|
process:
|
||
|
status:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: constants/status
|
||
|
id:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: id
|
||
|
label:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: label
|
||
|
type:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: type
|
||
|
pattern:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: pattern
|
||
|
selection_criteria:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: selection_criteria
|
||
|
selection_logic:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: constants/selection_logic
|
||
|
destination:
|
||
|
plugin: 'entity:pathauto_pattern'
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional:
|
||
|
- upgrade_d7_node_type
|