Liquid concat filter does nothing
Issue
- Below code results in sections array with only the current user's sections in it.
{% assign default_access = "/public /something /something" | split: ' ' %}
{% assign sections = current_user.sections | concat: default_access | uniq %}
Where is the definitive list of every liquid tool available in 3scale CMS? Developing the portal is unpractical without such a list.
Environment
- Red Hat 3scale API Management Platform SaaS
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.