Issue #2553311 by mikeryan, quietone: Drupal file migrations need to urlencode paths
parent
82829f8d26
commit
fa36dbda90
|
|
@ -5,3 +5,6 @@ migrate.destination.entity:file:
|
|||
source_path_property:
|
||||
type: string
|
||||
label: 'Source path'
|
||||
urlencode:
|
||||
type: boolean
|
||||
label: 'Whether to urlencode incoming file paths'
|
||||
|
|
|
|||
|
|
@ -23,3 +23,4 @@ process:
|
|||
uid: uid
|
||||
destination:
|
||||
plugin: entity:file
|
||||
urlencode: true
|
||||
|
|
|
|||
|
|
@ -23,3 +23,4 @@ process:
|
|||
destination:
|
||||
plugin: entity:file
|
||||
source_path_property: filepath
|
||||
urlencode: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue