Skip to content

Commit 531f639

Browse files
author
markzegarelli
authored
Hidden sources should be hidden (#3565)
1 parent 4fdc9e0 commit 531f639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/content/cloud-source-type-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{% assign type = include.type %}
33
{% if type == "event" %}
4-
{% assign source-list = site.data.catalog.sources.items | where: "isCloudEventSource", "true" %}
4+
{% assign source-list = site.data.catalog.sources.items | where: "isCloudEventSource", "true" | where: "hidden", "false" %}
55
{% elsif type == "object" %}
66
{% assign source-list = site.data.catalog.sources.items | where: "source_type", "cloud-app" | where: "hidden", "false" | where: "isCloudEventSource", "false" %}
77

0 commit comments

Comments
 (0)