You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4>{{ destinationInfo.display_name }} quick info </h4>
23
25
<p>{% if destMethods.size > 0 %}
24
26
<strong>{{destinationInfo.display_name}}</strong> {% if destinationInfo.status == "PUBLIC_BETA" %} is in beta, and{% endif %} accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls.{%endif%}{% endif %}{% endfor %} If you reference it in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a>, call it “{{destinationInfo.previous_names | join: '", or "' }}”.
@@ -38,4 +40,49 @@ <h4>{{ destinationInfo.display_name }} quick info </h4>
38
40
</p>
39
41
{% endunless %}
40
42
41
-
</div>
43
+
</div> -->
44
+
45
+
<divclass="quick-info">
46
+
<h3>Quick Info</h3>
47
+
<ulclass="qi">
48
+
<li>Accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls.{%endif%}{% endif %}{% endfor %}</li>
49
+
<li>Referred to as <strong>{{destinationInfo.previous_names | join: '</strong>, or <strong>' }}</strong> in the <ahref="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a></li>
0 commit comments