Skip to content

Commit

Permalink
Close #3658 Add all paragraph migrations as optional dependencies of …
Browse files Browse the repository at this point in the history
…the news node migration. (#3659)

Co-authored-by: Joe Parsons <[email protected]>
Co-authored-by: Brian Berndt <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent 1fa0e3e commit d014b3f
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions modules/custom/az_migration/migrations/az_node_news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,24 @@ migration_dependencies:
- az_user
optional:
- az_news_tags
- az_paragraph_callout
- az_paragraph_card_deck
- az_paragraph_carousel
- az_paragraph_chucks_view
- az_paragraph_column_image
- az_paragraph_contact
- az_paragraph_extra_info
- az_paragraph_file_download
- az_paragraph_full_width_bg_wrapper
- az_paragraph_full_width_media_row
- az_paragraph_gallery
- az_paragraph_headed_text
- az_paragraph_html
- az_paragraph_jumbotron
- az_paragraph_panel_group
- az_paragraph_plain_text
- az_paragraph_single_card
- az_paragraph_well

source:
plugin: az_node
Expand Down Expand Up @@ -78,11 +90,24 @@ process:
-
plugin: migration_lookup
migration:
- az_paragraph_callout
- az_paragraph_card_deck
- az_paragraph_carousel
- az_paragraph_chucks_view
- az_paragraph_column_image
- az_paragraph_contact
- az_paragraph_extra_info
- az_paragraph_file_download
- az_paragraph_full_width_bg_wrapper
- az_paragraph_full_width_media_row
- az_paragraph_gallery
- az_paragraph_headed_text
- az_paragraph_card_deck
- az_paragraph_html
- az_paragraph_jumbotron
- az_paragraph_panel_group
- az_paragraph_plain_text
- az_paragraph_single_card
- az_paragraph_well
source: value
no_stub: true
-
Expand All @@ -93,11 +118,24 @@ process:
-
plugin: migration_lookup
migration:
- az_paragraph_callout
- az_paragraph_card_deck
- az_paragraph_carousel
- az_paragraph_chucks_view
- az_paragraph_column_image
- az_paragraph_contact
- az_paragraph_extra_info
- az_paragraph_file_download
- az_paragraph_full_width_bg_wrapper
- az_paragraph_full_width_media_row
- az_paragraph_gallery
- az_paragraph_headed_text
- az_paragraph_card_deck
- az_paragraph_html
- az_paragraph_jumbotron
- az_paragraph_panel_group
- az_paragraph_plain_text
- az_paragraph_single_card
- az_paragraph_well
source: value
no_stub: true
-
Expand Down

0 comments on commit d014b3f

Please sign in to comment.