Skip to content

Commit

Permalink
Merge pull request #3417 from CityOfBoston/DIG-4305
Browse files Browse the repository at this point in the history
(develop) ML: Reorder Listing Request page DIG-4305
  • Loading branch information
davidrkupton authored Apr 11, 2024
2 parents 99cfeeb + b782452 commit fe57411
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/default/block.block.bos_theme_feedbackform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
id: bos_theme_feedbackform
theme: bos_theme
region: content
weight: 10
weight: 8
provider: null
plugin: feedback_form
settings:
Expand Down
3 changes: 2 additions & 1 deletion config/default/block.block.ml_listing_entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
id: ml_listing_entry
theme: bos_theme
region: content
weight: -1
weight: 1
provider: null
plugin: webform_block
settings:
Expand All @@ -23,6 +23,7 @@ settings:
webform_id: metrolist_listing_entry_form
default_data: ''
redirect: false
lazy: false
visibility:
request_path:
id: request_path
Expand Down
3 changes: 2 additions & 1 deletion config/default/block.block.webform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
id: webform
theme: bos_theme
region: content
weight: 0
weight: 2
provider: null
plugin: webform_block
settings:
Expand All @@ -23,6 +23,7 @@ settings:
webform_id: metrolist_launch_feedback
default_data: ''
redirect: false
lazy: false
visibility:
request_path:
id: request_path
Expand Down
2 changes: 1 addition & 1 deletion config/default/block.block.website_feedback_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
id: website_feedback_form
theme: bos_theme
region: content
weight: 1
weight: 10
provider: null
plugin: webform_block
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ elements: |-
title:
'#type': processed_text
'#text': |
<h2>Metrolist listing request form</h2>
<p class="supporting-text">Metrolist has thousands of subscribers and receives dozens of new subscribers each week. By advertising with Metrolist, your listing will reach a large and varied pool of interested applicants.</p>
<p>To get started, enter your email below. You will be sent a unique link that will forward you to the listing form. Enter your listing information and submit. A member of our staff will review the information and will notify you once your listing has been approved. If you are a frequent submitter, you will be able to edit and update past listings as well as notify us of new availabilities.</p>
<p>Need help listing your available unit? Please contact us at 617-635-4200. We can walk you through the process, or we can intake the information for you.</p>
'#format': filtered_html
flexbox:
'#type': webform_flexbox
Expand Down

0 comments on commit fe57411

Please sign in to comment.