migrate_plus.destination.schema.yml 404 B

123456789101112131415161718
  1. # Schema for the migrate destination plugins.
  2. migrate_plus.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_plus.destination.config:
  11. type: migrate_destination
  12. label: 'Config'
  13. mapping:
  14. config_name:
  15. type: string
  16. label: 'Configuration name'