Skip to content

Commit a26db5f

Browse files
author
markzegarelli
authored
Merge pull request #1712 from segmentio/hide-integrations-object
Hide Integrations Object
2 parents de1c75c + 70069fa commit a26db5f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/_includes/content/destination-footer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ Segment lets you change these destination settings from the Segment app without
5656
{% endunless %}
5757
{% if currentIntegration.previous_names.size > 1 %}
5858

59+
{% unless page.hide-integrations-object == true %}
5960
## Adding {{ currentIntegration.display_name }} to the integrations object
6061

6162
To add {{ currentIntegration.display_name }} to the `integrations` JSON object (for example, [to filter data from a specific source](/docs/guides/filtering-data/#filtering-with-the-integrations-object)), use one of the following valid names for this integration:
6263

6364
{% for valid_name in currentIntegration.previous_names %}
6465
- {{ valid_name }}
6566
{% endfor %}
67+
{% endunless %}
6668
{% endif %}
6769

6870
{% endif %}

src/connections/destinations/catalog/braze/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Braze Destination
33
hide-cmodes: true
44
hide-personas-partial: true
5+
hide-integrations-object: true
56
---
67

78
[Braze](https://www.braze.com/), formerly Appboy, is an engagement platform that empowers growth by helping marketing teams to build customer loyalty through mobile, omni-channel customer experiences.

0 commit comments

Comments
 (0)