From 922834092dcccbc45824d4de022e9ab2390da31b Mon Sep 17 00:00:00 2001
From: forstisabella <92472883+forstisabella@users.noreply.github.com>
Date: Fri, 9 Aug 2024 17:36:24 -0400
Subject: [PATCH 1/2] make the changes Marshall requested
---
src/_includes/components/actions-fields.html | 4 ++--
src/_includes/content/destination-dossier.html | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/_includes/components/actions-fields.html b/src/_includes/components/actions-fields.html
index 3e54b0d725..5687d57a86 100644
--- a/src/_includes/components/actions-fields.html
+++ b/src/_includes/components/actions-fields.html
@@ -140,12 +140,12 @@
-{% for field in action.fields %}
+{% for field in action.fields %}{% unless field.id == 'jYj1UxYzS5aJNU2Ue2gakK' or field.id == '2KMUXqzqudDytGbcBz2iwP' or field.id == '6VBmtsRbVxHVM61LtnFVwX' or field.id == 'q6eYyJGaCYcPSHeZPpaK5x' %}
{{field.label}}{% if field.required %}*{% endif %} |
{% if field.type %}Type: {{field.type}} {%endif%}{{field.description | markdownify}} |
-{%endfor%}
+{%endunless%}{%endfor%}
diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html
index dd7987a226..f66018a89b 100644
--- a/src/_includes/content/destination-dossier.html
+++ b/src/_includes/content/destination-dossier.html
@@ -40,14 +40,13 @@
{% endfor %}
{% assign destMethods = destMethods| reverse %}
-
{% if page.id %}
Destination Info
- {% if destMethods.size > 0 %}- 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 %}
{% endif %}
+ {% if destMethods.size > 0 %}{% unless page.id == '645d5fc12eb891cf0a93fe4b' %}- 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 %}
{% endunless %}{% endif %}
{% if previous_names.size == 1 or components.size == 0 %}
- Refer to it as {{previous_names | join: ', or ' }} in the Integrations object
{% else %}
From b19afd8d6ddebc734c351aeeab173047852a6d7e Mon Sep 17 00:00:00 2001
From: forstisabella <92472883+forstisabella@users.noreply.github.com>
Date: Fri, 9 Aug 2024 17:39:36 -0400
Subject: [PATCH 2/2] [netlify-build]
---
src/_includes/content/destination-dossier.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html
index f66018a89b..9c7241aab1 100644
--- a/src/_includes/content/destination-dossier.html
+++ b/src/_includes/content/destination-dossier.html
@@ -40,6 +40,7 @@
{% endfor %}
{% assign destMethods = destMethods| reverse %}
+
{% if page.id %}