Avoid to generate url alias automatically.
This commit is contained in:
parent
92ef3b8fe7
commit
a4d0ef5828
4 changed files with 16 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue