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
|
||||
width: width
|
||||
height: height
|
||||
path/alias: source_path
|
||||
path/pathauto:
|
||||
plugin: default_value
|
||||
default_value: 0
|
||||
destination:
|
||||
plugin: 'entity:node'
|
||||
default_bundle: blog
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue