Issue #3014629 by quietone, Wim Leers, xurizaemon: Document that Configuration migrations can depend on Content migrations

merge-requests/1222/merge
catch 2022-01-04 11:14:34 +00:00
parent 648e58d053
commit b73cc1cf8b
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
id: d6_block
label: Blocks
# This configuration migration depends on the d6_custom_block content migration.
migration_tags:
- Drupal 6
- Configuration

View File

@ -1,5 +1,6 @@
id: d7_block
label: Blocks
# This configuration migration depends on the d7_custom_block content migration.
migration_tags:
- Drupal 7
- Configuration

View File

@ -1,5 +1,6 @@
id: d7_shortcut_set_users
label: Shortcut set user mapping
# This configuration migration depends on the d7_user content migration.
migration_tags:
- Drupal 7
- Configuration