14 lines
251 B
YAML
14 lines
251 B
YAML
|
# Schema for the migrate source plugins.
|
||
|
|
||
|
migrate.source.*:
|
||
|
type: migrate_source
|
||
|
label: 'Default source'
|
||
|
|
||
|
migrate.source.empty:
|
||
|
type: migrate_source_sql
|
||
|
label: 'Empty source'
|
||
|
mapping:
|
||
|
provider:
|
||
|
type: string
|
||
|
label: 'Provider'
|