title | hidden | published |
---|---|---|
test tier table |
true |
false |
there should be an Engage grid below here.
there should be a Protocols grid below here.
{% include content/plan-grid.md name="protocols" %}
there should be a Privacy Portal grid below here.
{% include content/plan-grid.md name="privacy" %}
there should be an Access Management grid below here.
{% include content/plan-grid.md name="iam" %}
There shouldn't be a grid below: {% include content/plan-grid.md name="notfound" %}
✅ ⬜️ ✔ ➕
hmmm hello
otherwise
☑ ➕ Add-on available
{% assign thisProduct2 = "personas" %} {% assign productData2 = site.data.products.items | where: "slug", thisProduct | first %} {% assign productTiers = productData2.tiers %}
{% for item in productTiers %}
{% if item[1] == true %} {{item[0]}} ✅ {% else %} {{item[0]}} ⬜️ {% endif %}
{% endfor %}