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
{% include svg-icons/info-icon.html width="24" height="24" color="#509EE3" %}
4
+
{% if include.enterprise-only %}
5
+
<pclass="m-0 ms-2 paragraph-5 neutral-40">{{ include.feature | default: "This feature" }} is only available on <aclass="fw-bold link-purple" href="/product/enterprise">Enterprise</a> plans
6
+
{% else %}
7
+
<pclass="m-0 ms-2 paragraph-5 neutral-40">{{ include.feature | default: "This feature" }} is only available on <aclass="fw-bold" href="/product/pro">Pro</a> and <aclass="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>
0 commit comments