Skip to content

Commit 090970a

Browse files
committed
add missing include
1 parent fd19bbd commit 090970a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_includes/plans-blockquote.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<div class="bootstrap">
2+
<div class="plans-blockquote bg-blue-95 rounded-3 p-6 d-flex flex-row border border-1 border-primary">
3+
{% include svg-icons/info-icon.html width="24" height="24" color="#509EE3" %}
4+
{% if include.enterprise-only %}
5+
<p class="m-0 ms-2 paragraph-5 neutral-40">{{ include.feature | default: "This feature" }} is only available on <a class="fw-bold link-purple" href="/product/enterprise">Enterprise</a> plans
6+
{% else %}
7+
<p class="m-0 ms-2 paragraph-5 neutral-40">{{ include.feature | default: "This feature" }} is only available on <a class="fw-bold" href="/product/pro">Pro</a> and <a class="fw-bold link-purple" href="/product/enterprise">Enterprise</a> plans
8+
{% endif %}
9+
{% if include.self-hosted-only %}(only on self-hosted plans){% else %}(both self-hosted and on Metabase Cloud){% endif %}.
10+
{% if include.sdk %}You can, however, play around with the SDK on your local machine without a license by using API keys to authenticate your embeds.{% endif %}</p>
11+
</div>
12+
</div>

0 commit comments

Comments
 (0)