This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/core/modules/migrate/config/schema/migrate.source.schema.yml

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'