Skip to content
Snippets Groups Projects
Commit 1703af3b authored by Jess's avatar Jess
Browse files

Issue #2678564 by alexpott, Gábor Hojtsy: A missing schema to support migrate...

Issue #2678564 by alexpott, Gábor Hojtsy: A missing schema to support migrate UI - source_base_path and database_state_key
parent 72d53b30
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -5,6 +5,9 @@ migrate.destination.entity:file: ...@@ -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: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment