migrate.destination.schema.yml in Zircon Profile 8
Same filename and directory in other branches
core/modules/migrate/config/schema/migrate.destination.schema.yml
File
core/modules/migrate/config/schema/migrate.destination.schema.ymlView source
- # Schema for the migrate destination plugins.
-
- migrate.destination.*:
- type: migrate_destination
- label: 'Default destination'
- mapping:
- no_stub:
- type: boolean
- label: 'Whether stubbing is allowed.'
- default: false
-
- migrate.destination.config:
- type: migrate_destination
- label: 'Config'
- mapping:
- config_name:
- type: string
- label: 'Configuration name'