diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_blog.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_blog.yml index ad23a1f..7566df6 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_blog.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_blog.yml @@ -148,6 +148,10 @@ process: title: title width: width height: height + path/alias: source_path + path/pathauto: + plugin: default_value + default_value: 0 destination: plugin: 'entity:node' default_bundle: blog diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_gleaning.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_gleaning.yml index dba7f70..458daab 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_gleaning.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_gleaning.yml @@ -98,6 +98,10 @@ process: target_id: fid display: display description: description + path/alias: source_path + path/pathauto: + plugin: default_value + default_value: 0 destination: plugin: 'entity:node' default_bundle: gleaning diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_page.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_page.yml index 91e66d8..2a15acf 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_page.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_page.yml @@ -161,6 +161,10 @@ process: target_id: fid display: display description: description + path/alias: source_path + path/pathauto: + plugin: default_value + default_value: 0 destination: plugin: 'entity:node' default_bundle: page diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_story.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_story.yml index 916e6fa..55c4fe3 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_story.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_node_story.yml @@ -205,6 +205,10 @@ process: # from_format: 'Y-m-d\TH:i:s' # to_format: 'Y-m-d\TH:i:s' # source: value + path/alias: source_path + path/pathauto: + plugin: default_value + default_value: 0 destination: plugin: 'entity:node' default_bundle: article