Skip to content

Commit 43df39d

Browse files
committed
Merge branch 'feature/TMI-44-add-partner-logo-block-to-service-area-page' into staging
2 parents 43702db + 25c9ba5 commit 43df39d

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

docs/support-runbook.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ See also our [incident process](https://intranet.torchbox.com/propositions/desig
1111
###Project resources
1212

1313
- [Project repository](https://github.com/torchbox/torchbox.com)
14-
- [Monday.com project](https://torchbox.monday.com/boards/1192293412/)
14+
- [Monday.com project (this is being phased out)](https://torchbox.monday.com/boards/1192293412/)
15+
- [Jira project](https://torchbox.atlassian.net/jira/software/c/projects/TWE/boards/25)
1516
- [Production site](https://torchbox.com/)
1617
- [Staging site](https://torchbox-com-staging.torchbox.dev/)
1718
- Developers slack: `#torchbox-website-dev`
1819
- Editors ('client') slack: `#torchbox-website-editors`
1920

2021
###Monitoring
2122

22-
- [Papertrail production](https://my.papertrailapp.com/systems/torchbox-com-production/events)
23-
- [Papertrail staging](https://my.papertrailapp.com/systems/torchbox-com-staging/events)
23+
- Papertrail production - access via the Heroku production site link below - papertrail can be found under the resources tab
24+
- Papertrail staging - access via the Heroku staging site link below - papertrail can be found under the resources tab
2425
- [Sentry project](https://torchbox.sentry.io/projects/torchbox-website/?project=1221893)
2526
- [Scout APM](https://scoutapm.com/apps/371126)
2627

@@ -35,7 +36,7 @@ Note that the production site uses 1 professionals dyno rather than 2 standard d
3536

3637
###Documentation
3738

38-
- See [External documentation](/external-docs)
39+
- See [External documentation](external-docs.md)
3940

4041
## Scenarios
4142

tbx/project_styleguide/templates/patterns/_pattern_library_only/streamfield/service_area_story_container.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
{% include "patterns/molecules/streamfield/blocks/partners_block.html" %}
22
{% include "patterns/molecules/streamfield/blocks/four_photo_collage_block.html" %}
33
{% include "patterns/molecules/streamfield/blocks/icon_keypoints_block.html" %}
44
{% include "patterns/molecules/streamfield/blocks/contact_call_to_action.html" %}

tbx/project_styleguide/templates/patterns/_pattern_library_only/streamfield/service_area_story_container.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ tags:
4848
raw:
4949
alt: 'mobile image retina'
5050
url: 'https://picsum.photos/740/670.webp'
51+
partner_logo max-107x107 format-webp as partner_logo_image:
52+
target_var: partner_logo_image
53+
raw:
54+
url: 'https://picsum.photos/107/107.webp'
55+
partner_logo max-214x214 format-webp as partner_logo_image_retina:
56+
target_var: partner_logo_image_retina
57+
raw:
58+
url: 'https://picsum.photos/214/214.webp'

tbx/services/blocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def clean(self, value):
9494

9595

9696
class ServiceAreaStoryBlock(StoryBlock):
97+
partners_block = PartnersBlock()
9798
blog_chooser = BlogChooserBlock()
9899
four_photo_collage = FourPhotoCollageBlock()
99100
key_points = IconKeyPointsBlock(label="Key points with icons")

0 commit comments

Comments
 (0)