You are here

migrate_drupal.schema.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml
core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml

File

core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml
View source
  1. migrate_drupal.settings:
  2. type: config_object
  3. label: 'Migrate Drupal settings'
  4. mapping:
  5. enforce_source_module_tags:
  6. type: sequence
  7. label: 'source_module enforcement tags'
  8. sequence:
  9. type: string
  10. label: 'Tag'
  11. follow_up_migration_tags:
  12. type: sequence
  13. label: 'Follow-up migration tags'
  14. sequence:
  15. type: string
  16. label: 'Tag'