Issue #2678564 by alexpott, Gábor Hojtsy: A missing schema to support migrate UI - source_base_path and database_state_key
parent
72d53b30d1
commit
1703af3b99
|
|
@ -5,6 +5,9 @@ migrate.destination.entity:file:
|
||||||
source_path_property:
|
source_path_property:
|
||||||
type: string
|
type: string
|
||||||
label: 'Source path'
|
label: 'Source path'
|
||||||
|
source_base_path:
|
||||||
|
type: string
|
||||||
|
label: 'Source base path'
|
||||||
urlencode:
|
urlencode:
|
||||||
type: boolean
|
type: boolean
|
||||||
label: 'Whether to urlencode incoming file paths'
|
label: 'Whether to urlencode incoming file paths'
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ migrate_source:
|
||||||
constants:
|
constants:
|
||||||
type: ignore
|
type: ignore
|
||||||
label: 'Constants'
|
label: 'Constants'
|
||||||
|
database_state_key:
|
||||||
|
type: string
|
||||||
|
label: 'Key in state where the source database settings are stored'
|
||||||
|
|
||||||
migrate_process:
|
migrate_process:
|
||||||
type: migrate_plugin
|
type: migrate_plugin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue