You are here

migrate.destination.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/migrate/config/schema/migrate.destination.schema.yml
core/modules/migrate/config/schema/migrate.destination.schema.yml

File

core/modules/migrate/config/schema/migrate.destination.schema.yml
View source
  1. # Schema for the migrate destination plugins.
  2. migrate.destination.*:
  3. type: migrate_destination
  4. label: 'Default destination'
  5. mapping:
  6. no_stub:
  7. type: boolean
  8. label: 'Whether stubbing is allowed.'
  9. default: false
  10. migrate.destination.config:
  11. type: migrate_destination
  12. label: 'Config'
  13. mapping:
  14. config_name:
  15. type: string
  16. label: 'Configuration name'