Some liquid tags are missing on the Documentation of Red Hat 3scale API Management

Solution Verified - Updated -

Issue

We are trying the following:

{% if urls.account.active? %}
    <a class="active" href="{{ urls.account }}">Account</a>
{% else %}
    <a href="{{ urls.account }}">Account</a>
{% endif %}

But the urls.account doesn't seem to exist.

However, we did notice that the following:

{% if urls.applications.active? %}
    <a class="active" href="{{ urls.applications }}">Applications</a>
{% else %}
    <a href="{{ urls.applications }}">Applications</a>
{% endif %}

Does work. Neither ones are described in the liquid reference.

Where can we find extended documentation about the liquid references we can use?

Environment

  • Red Hat 3scale API Management
    • SaaS
    • 2.X On-premises

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content