clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Migrations with any of these tags will raise an exception if their source
# plugin is missing the source_module property in their annotation.
enforce_source_module_tags:
- Drupal 6
- Drupal 7
# Migrations with any of these tags will not be derived and executed with the
# other migrations. They will be derived and executed after the migrations on
# which they depend have been successfully executed.
follow_up_migration_tags:
- Follow-up migration

View File

@@ -0,0 +1,16 @@
migrate_drupal.settings:
type: config_object
label: 'Migrate Drupal settings'
mapping:
enforce_source_module_tags:
type: sequence
label: 'source_module enforcement tags'
sequence:
type: string
label: 'Tag'
follow_up_migration_tags:
type: sequence
label: 'Follow-up migration tags'
sequence:
type: string
label: 'Tag'