We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5b165 commit 7fac04cCopy full SHA for 7fac04c
src/_includes/content/integration-foot.md
@@ -40,6 +40,7 @@ When you first create an audience, Personas sends an Identify call for every use
40
{% endunless %}
41
42
43
+{% unless page.hide-settings == true %}
44
## Settings
45
46
Segment lets you change these destination settings from the Segment app without having to touch any code.
@@ -52,7 +53,7 @@ Segment lets you change these destination settings from the Segment app without
52
53
54
55
{% endfor %}
-
56
+{% endunless %}
57
{% if currentIntegration.previous_names.size > 1 %}
58
59
## Adding {{ currentIntegration.display_name }} to the integrations object
0 commit comments