Avoid to generate url alias automatically.

This commit is contained in:
David Valdez 2019-07-30 20:28:56 -05:00
parent 92ef3b8fe7
commit a4d0ef5828
4 changed files with 16 additions and 0 deletions

View file

@ -148,6 +148,10 @@ process:
title: title title: title
width: width width: width
height: height height: height
path/alias: source_path
path/pathauto:
plugin: default_value
default_value: 0
destination: destination:
plugin: 'entity:node' plugin: 'entity:node'
default_bundle: blog default_bundle: blog

View file

@ -98,6 +98,10 @@ process:
target_id: fid target_id: fid
display: display display: display
description: description description: description
path/alias: source_path
path/pathauto:
plugin: default_value
default_value: 0
destination: destination:
plugin: 'entity:node' plugin: 'entity:node'
default_bundle: gleaning default_bundle: gleaning

View file

@ -161,6 +161,10 @@ process:
target_id: fid target_id: fid
display: display display: display
description: description description: description
path/alias: source_path
path/pathauto:
plugin: default_value
default_value: 0
destination: destination:
plugin: 'entity:node' plugin: 'entity:node'
default_bundle: page default_bundle: page

View file

@ -205,6 +205,10 @@ process:
# from_format: 'Y-m-d\TH:i:s' # from_format: 'Y-m-d\TH:i:s'
# to_format: 'Y-m-d\TH:i:s' # to_format: 'Y-m-d\TH:i:s'
# source: value # source: value
path/alias: source_path
path/pathauto:
plugin: default_value
default_value: 0
destination: destination:
plugin: 'entity:node' plugin: 'entity:node'
default_bundle: article default_bundle: article