Skip to content

Commit

Permalink
Closes #1133 Adding required markup for subhead and moving to the top…
Browse files Browse the repository at this point in the history
… of flexible page migration. (#1419)
  • Loading branch information
trackleft authored and joeparsons committed Mar 30, 2022
1 parent a533b50 commit fa9de8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ process:
field_az_main_content:
plugin: paragraphs_mapping_flexible_page
source:
- '@temp_pid'
- '@tmp_flexible_subpage'
- '@temp_pid'

dependencies:
enforced:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ migration_tags:
status: true

source:
constants:
prefix: "<p class='lead'>"
suffix: "</p>"
plugin: d7_node
node_type: uaqs_flexible_page

Expand All @@ -20,9 +23,15 @@ process:
- plugin: skip_on_empty
method: row
- plugin: sub_process
include_source: true
process:
delta: delta
value: value
value:
- plugin: concat
source:
- source/constants/prefix
- value
- source/constants/suffix
format:
plugin: default_value
default_value: az_standard
Expand Down

0 comments on commit fa9de8b

Please sign in to comment.