You are here

migrate_plus.schema.yml in Migrate Plus 8

config/schema/migrate_plus.schema.yml

File

config/schema/migrate_plus.schema.yml
View source
  1. migrate_plus.migration_group.*:
  2. type: config_entity
  3. label: 'Migration Group'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. description:
  12. type: string
  13. label: 'Description'
  14. source_type:
  15. type: string
  16. label: 'Source type'
  17. module:
  18. type: string
  19. label: 'Dependent module'
  20. shared_configuration:
  21. type: ignore
  22. label: 'Shared migration configuration'
  23. migrate.migration.*.third_party.migrate_plus:
  24. type: mapping
  25. label: 'Group'
  26. mapping:
  27. migration_group:
  28. type: string
  29. label: 'Group'